[U-Boot] [PATCH] imx: Fix missing spl_sd configuration for wandboard.

Stefano Babic sbabic at denx.de
Sun Dec 17 10:33:59 UTC 2017



On 07/12/2017 01:31, Vagrant Cascadian wrote:
> In commit 6e6cf015e7cdd7ca83a933320a81201972bd5e5e ("Merge
> git://www.denx.de/git/u-boot-imx") the line defining spl_sd
> configuration for wandboard was removed, which resulted in no SPL
> target being built.
> 
> Add it back.
> 
> Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
> ---
> 
>  configs/wandboard_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
> index 4b6b9d9aae..b1f41f59ae 100644
> --- a/configs/wandboard_defconfig
> +++ b/configs/wandboard_defconfig
> @@ -12,6 +12,7 @@ CONFIG_CMD_HDMIDETECT=y
>  CONFIG_DISTRO_DEFAULTS=y
>  CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd"
>  # CONFIG_CONSOLE_MUX is not set
> +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"
>  CONFIG_SYS_CONSOLE_IS_IN_ENV=y
>  CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y
>  # CONFIG_DISPLAY_BOARDINFO is not set
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list