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

Tan, Ley Foon ley.foon.tan at intel.com
Wed Dec 2 03:46:25 CET 2020



> -----Original Message-----
> From: Lim, Elly Siew Chin <elly.siew.chin.lim at intel.com>
> Sent: Tuesday, November 10, 2020 3:05 PM
> To: u-boot at lists.denx.de
> Cc: Marek Vasut <marex at denx.de>; Tan, Ley Foon
> <ley.foon.tan at intel.com>; See, Chin Liang <chin.liang.see at intel.com>;
> Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>; Chee, Tien Fong
> <tien.fong.chee at intel.com>; Westergreen, Dalon
> <dalon.westergreen at intel.com>; Simon Glass <sjg at chromium.org>; Gan,
> Yau Wai <yau.wai.gan at intel.com>; Lim, Elly Siew Chin
> <elly.siew.chin.lim at intel.com>
> Subject: [v1 4/5] configs: socfpga: soc64: Remove 'run linux_qspi_enable'
> from bootcommand
> 
> 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;" \

Latest U-boot moves CONFIG_BOOTCOMMAND to Kconfig, this needs move to _defconfig.

Regards
Ley Foon


More information about the U-Boot mailing list