u-boot-brain/board/firefly/roc-pc-rk3399
Jagan Teki 9aed288060 rockchip: roc-rk3399-pc: Add custom led_setup()
roc-rk3399-pc has some specific requirements to support LEDS,
environment. board detection and etc prior to U-Boot proper.

So as of now SPL would be a better stage for these custom board
requirements to support unlike TPL. Adding few of these custom
requirements like LEDS in TPL would require extra code pulling
and also the size of TPL can grow.

So, this patch moves the leds code from TPL into SPL Board init
led_setup code.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
(split tpl.c change as separate patch)
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2020-07-22 20:55:13 +08:00
..
Kconfig rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399 2020-02-19 16:45:38 +08:00
MAINTAINERS rk3399: Add ROC-RK3399-PC Mezzanine board 2020-05-01 18:32:56 +08:00
Makefile rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399 2020-02-19 16:45:38 +08:00
roc-pc-rk3399.c rockchip: roc-rk3399-pc: Add custom led_setup() 2020-07-22 20:55:13 +08:00