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

From: Ley Foon Tan ley.foon.tan@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@intel.com Signed-off-by: Teik Heng Chong teik.heng.chong@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

On Tue, Sep 13, 2022 at 10:56:33AM +0800, teik.heng.chong@intel.com wrote:
From: Ley Foon Tan ley.foon.tan@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@intel.com Signed-off-by: Teik Heng Chong teik.heng.chong@intel.com
As a general remark, please make sure to remove internal markings such as "HSD #1507500974" from your patches when you post them for upstream. You don't need to resend everything you've already done with this included but please make sure to check for it moving forward, thanks!
participants (2)
-
teik.heng.chong@intel.com
-
Tom Rini