mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
rockchip: rv1108: enable board early init
Enable board early init callback to init board specific hardware. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
fe4931c09a
commit
454b792afe
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ CONFIG_DEFAULT_FDT_FILE="rv1108-elgin-r1.dtb"
|
|||
CONFIG_BOARD_LATE_INIT=y
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_BOARD_EARLY_INIT_F=y
|
||||
CONFIG_CMD_GPIO=y
|
||||
CONFIG_RANDOM_UUID=y
|
||||
CONFIG_CMD_MMC=y
|
||||
|
|
|
@ -11,6 +11,7 @@ CONFIG_DEBUG_UART=y
|
|||
CONFIG_DEFAULT_FDT_FILE="rv1108-evb.dtb"
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_BOARD_EARLY_INIT_F=y
|
||||
CONFIG_RANDOM_UUID=y
|
||||
CONFIG_CMD_USB=y
|
||||
# CONFIG_CMD_SETEXPR is not set
|
||||
|
|
Loading…
Reference in a new issue