[v1 4/5] configs: socfpga: soc64: Remove 'run linux_qspi_enable' from bootcommand

Siew Chin Lim elly.siew.chin.lim at intel.com
Tue Nov 10 08:05:04 CET 2020


Remove 'run linux_qspi_enable' from bootcommand. When using FIT for
OS boot, 'run linux_qspi_enable' will be called 'board_prep_linux'
function.

Signed-off-by: Siew Chin Lim <elly.siew.chin.lim at intel.com>
---
 include/configs/socfpga_soc64_common.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/configs/socfpga_soc64_common.h b/include/configs/socfpga_soc64_common.h
index 194df5940d..911c3a91fd 100644
--- a/include/configs/socfpga_soc64_common.h
+++ b/include/configs/socfpga_soc64_common.h
@@ -86,8 +86,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
 
 #ifdef CONFIG_FIT
 #define CONFIG_BOOTFILE "kernel.itb"
-#define CONFIG_BOOTCOMMAND "run fatscript; run mmcfitload;run linux_qspi_enable;" \
-			   "run mmcfitboot"
+#define CONFIG_BOOTCOMMAND "run fatscript; run mmcfitload; run mmcfitboot"
 #else
 #define CONFIG_BOOTFILE "Image"
 #define CONFIG_BOOTCOMMAND "run fatscript; run mmcload;run linux_qspi_enable;" \
-- 
2.13.0



More information about the U-Boot mailing list