[U-Boot] [PATCH] mx6: toradex: Remove custom CONFIG_SPL_PAD_TO definition
Stefano Babic
sbabic at denx.de
Mon Oct 2 13:52:34 UTC 2017
On 25/09/2017 20:20, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at nxp.com>
>
> CONFIG_SPL_PAD_TO is already defined inside "imx6_spl.h", so there
> is no need to redefine it in the board config files.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
> ---
> include/configs/apalis_imx6.h | 1 -
> include/configs/colibri_imx6.h | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
> index a15f19d..51bf61c 100644
> --- a/include/configs/apalis_imx6.h
> +++ b/include/configs/apalis_imx6.h
> @@ -23,7 +23,6 @@
>
> #ifdef CONFIG_SPL
> #include "imx6_spl.h"
> -#define CONFIG_SPL_PAD_TO 0x11000 /* 4k IVT/DCD, 64k SPL */
> #endif
>
> #define CONFIG_CMDLINE_TAG
> diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h
> index db71369..ac9a23d 100644
> --- a/include/configs/colibri_imx6.h
> +++ b/include/configs/colibri_imx6.h
> @@ -21,7 +21,6 @@
>
> #ifdef CONFIG_SPL
> #include "imx6_spl.h"
> -#define CONFIG_SPL_PAD_TO 0x11000 /* 4k IVT/DCD, 64k SPL */
> #endif
>
> #define CONFIG_CMDLINE_TAG
>
Applied to u-boot-imx, -master, 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