]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mx6: toradex: Remove custom CONFIG_SPL_PAD_TO definition
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 25 Sep 2017 18:20:56 +0000 (15:20 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Oct 2017 15:31:16 +0000 (17:31 +0200)
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@nxp.com>
Reviewed-by: Stefan Agner <stefan.agner@toradex.com>
include/configs/apalis_imx6.h
include/configs/colibri_imx6.h

index 9022a9d7bb12c4b439340f0408dd7b2016765adf..5a51f3c5560a232b8fa939b552ef7d19b903c12d 100644 (file)
@@ -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
index 5fd9aab03cc6ba7d96f8101790d4603673faca4a..7d2c3d6b650657a0f8b89e8d096795e44636f75b 100644 (file)
@@ -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