mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
We recently gained a simple way to enable a power LED very early in the SPL boot, through simple Kconfig variables. Add those symbols to those boards' defconfigs where the DT indicates a default-on power LED. The number used is <port bank> * 32 + <pin no>, an active low setup means CONFIG_SPL_SUNXI_LED_STATUS_ACTIVE_HIGH must be undefined. This will light up the power LED very early in the (SPL) boot phase on those 64-bit boards. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Paul Kocialkowski <paulk@sys-base.io>
16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-zero-plus2"
|
|
CONFIG_DRAM_CLK=672
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUN50I_H5=y
|
|
CONFIG_DRAM_ZQ=3881977
|
|
# CONFIG_DRAM_ODT_EN is not set
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
CONFIG_SPL_SUNXI_LED_STATUS=y
|
|
CONFIG_SPL_SUNXI_LED_STATUS_GPIO=362
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SUN8I_EMAC=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|