summaryrefslogtreecommitdiff
path: root/configs/warp7_bl33_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2022-03-14 20:24:06 -0300
committerStefano Babic <sbabic@denx.de>2022-04-12 15:36:18 +0200
commit473466a5c44a97ae4376862b412d036c5b655d2b (patch)
tree6a9b4f201362de2b317c4ad31fa2cc228104e8cc /configs/warp7_bl33_defconfig
parent8479b9e6c9db6dc0971283c35d59ab07b289be52 (diff)
warp7: Remove UART initialization code
With DM_SERIAL selected, it is no longer needed board code to initialize the UART. Describe the nodes that require dm-pre-reloc, which allows the DM model to configure the UART pinctrl early. Remove the now unneeded board UART initialization. Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/warp7_bl33_defconfig')
-rw-r--r--configs/warp7_bl33_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig
index 949790c865..3f91211ba3 100644
--- a/configs/warp7_bl33_defconfig
+++ b/configs/warp7_bl33_defconfig
@@ -17,6 +17,7 @@ CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_VERBOSE=y
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="mmc dev ${mmcdev};mmc dev ${mmcdev}; if mmc rescan; then run do_bootscript_hab;if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; fi; fi; fi"
+# CONFIG_BOARD_EARLY_INIT_F is not set
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
CONFIG_CMD_MEMTEST=y