[PATCH] HSD #1507500974: configs: arria10: Add bridge enable to CONFIG_BOOTCOMMAND

teik.heng.chong at intel.com teik.heng.chong at intel.com
Tue Sep 13 04:56:33 CEST 2022


From: Ley Foon Tan <ley.foon.tan at intel.com>

Add "bridge enable" command to CONFIG_BOOTCOMMAND.

CONFIG_BOOTCOMMAND="bridge enable;run distro_bootcmd"

defconfig is generated from "make savedefconfig".

Signed-off-by: Ley Foon Tan <ley.foon.tan at intel.com>
Signed-off-by: Teik Heng Chong <teik.heng.chong at intel.com>
---
 configs/socfpga_arria10_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig
index 3eac3dfa5d..f79a0393d8 100644
--- a/configs/socfpga_arria10_defconfig
+++ b/configs/socfpga_arria10_defconfig
@@ -19,7 +19,7 @@ CONFIG_SPL_FIT=y
 # CONFIG_USE_SPL_FIT_GENERATOR is not set
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200"
-# CONFIG_USE_BOOTCOMMAND is not set
+CONFIG_BOOTCOMMAND="bridge enable;run distro_bootcmd"
 CONFIG_DEFAULT_FDT_FILE="socfpga_arria10_socdk_sdmmc.dtb"
 CONFIG_SYS_CONSOLE_IS_IN_ENV=y
 CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y
-- 
2.25.1



More information about the U-Boot mailing list