[U-Boot] [PATCH] imx: ventana: Rework CONFIG_CMD_GSC code to not be included in SPL
Stefano Babic
sbabic at denx.de
Fri Jan 12 13:34:39 UTC 2018
On 03/01/2018 15:16, Tom Rini wrote:
> The command can only be used from full U-Boot, so do not build it into
> SPL.
>
> Cc: Stefano Babic <sbabic at denx.de>
> Cc: Fabio Estevam <fabio.estevam at nxp.com>
> Cc: Tim Harvey <tharvey at gateworks.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> board/gateworks/gw_ventana/gsc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/gateworks/gw_ventana/gsc.c b/board/gateworks/gw_ventana/gsc.c
> index 68b1ddb532e0..f2a01b84deb2 100644
> --- a/board/gateworks/gw_ventana/gsc.c
> +++ b/board/gateworks/gw_ventana/gsc.c
> @@ -172,7 +172,7 @@ int gsc_boot_wd_disable(void)
> return 1;
> }
>
> -#ifdef CONFIG_CMD_GSC
> +#if defined(CONFIG_CMD_GSC) && !defined(CONFIG_SPL_BUILD)
> static int do_gsc_sleep(cmd_tbl_t *cmdtp, int flag, int argc,
> char * const argv[])
> {
>
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