summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMichael Chang <[email protected]>2025-02-10 10:37:10 +0800
committerTom Rini <[email protected]>2025-02-18 16:32:24 -0600
commit695ac1ffd14801d6cbcedffd48d4f497b261e54d (patch)
tree4faa0420e822578055f5f5050cc0bedc26221d5c /configs
parent320ba79911511d7f29d3092fb4cc4f5b7a03d7da (diff)
board: nuvoton: use an event to replace last_stage_init()
Add a new event which handles this function refer to commit ("91caa3bb89b1 event: Use an event to replace last_stage_init()") Signed-off-by: Michael Chang <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/arbel_evb_defconfig1
-rw-r--r--configs/poleg_evb_defconfig1
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/arbel_evb_defconfig b/configs/arbel_evb_defconfig
index 2b0b8b2d3b7..9a283b81052 100644
--- a/configs/arbel_evb_defconfig
+++ b/configs/arbel_evb_defconfig
@@ -25,7 +25,6 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run common_bootargs; run romboot"
-CONFIG_LAST_STAGE_INIT=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="U-Boot>"
CONFIG_SYS_MAXARGS=32
diff --git a/configs/poleg_evb_defconfig b/configs/poleg_evb_defconfig
index 74f4092d288..365f6434f83 100644
--- a/configs/poleg_evb_defconfig
+++ b/configs/poleg_evb_defconfig
@@ -16,6 +16,7 @@ CONFIG_DEFAULT_DEVICE_TREE="nuvoton-npcm750-evb"
CONFIG_DM_RESET=y
CONFIG_SYS_LOAD_ADDR=0x10000000
CONFIG_TARGET_POLEG=y
+CONFIG_SYS_SKIP_UART_INIT=y
CONFIG_ENV_ADDR=0x80100000
CONFIG_FIT=y
CONFIG_USE_BOOTCOMMAND=y