diff options
author | Fabio Estevam <festevam@denx.de> | 2022-03-14 20:24:06 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 15:36:18 +0200 |
commit | 473466a5c44a97ae4376862b412d036c5b655d2b (patch) | |
tree | 6a9b4f201362de2b317c4ad31fa2cc228104e8cc /configs/warp7_defconfig | |
parent | 8479b9e6c9db6dc0971283c35d59ab07b289be52 (diff) | |
download | u-boot-473466a5c44a97ae4376862b412d036c5b655d2b.tar.gz u-boot-473466a5c44a97ae4376862b412d036c5b655d2b.tar.bz2 u-boot-473466a5c44a97ae4376862b412d036c5b655d2b.zip |
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_defconfig')
-rw-r--r-- | configs/warp7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index ab7299c988..b349d54c11 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -21,6 +21,7 @@ CONFIG_FIT=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_BOOTD is not set CONFIG_CMD_BOOTZ=y |