u-boot-brain/board/firefly
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
..
firefly-rk3288 common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
firefly-rk3308 common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
roc-pc-rk3399 rockchip: roc-rk3399-pc: Add custom led_setup() 2020-07-22 20:55:13 +08:00