]> git.ipfire.org Git - thirdparty/u-boot.git/commit
rockchip: rk3188: remove setup_led from xPL
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 12 Nov 2025 17:48:11 +0000 (18:48 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 3 Dec 2025 17:03:45 +0000 (11:03 -0600)
commit7759839fb299c9dea4beb1232dadb3141c7fa8bc
treeeb15a73037205379c1208ca1f2e6042f2e218c6e
parentf8c3a6ddc62b0b8139dbe66dd8a1c610c41d76a4
rockchip: rk3188: remove setup_led from xPL

There's not a single device making use of that code and it anyway
shouldn't be using the old deprecated u-boot,boot-led /config property
anymore but rather boot-led from /options/u-boot[1] Device Tree node.

Because spl_board_init() is only present to call this now removed
function, we can remove it as well as SPL_BOARD_INIT which is the symbol
guarding calls to spl_board_init() (which is now also removed).

[1] https://github.com/devicetree-org/dt-schema/blob/v2025.08/dtschema/schemas/options/u-boot.yaml#L113-L116

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/rk3188/rk3188.c