[U-Boot] [PATCH] mx6: toradex: Remove custom CONFIG_SPL_PAD_TO definition
Stefan Agner
stefan.agner at toradex.com
Wed Sep 27 16:17:49 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.
That looks good to me.
Reviewed-by: Stefan Agner <stefan.agner at toradex.com>
--
Stefan
>
> 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
More information about the U-Boot
mailing list