diff options
author | Fabio Estevam <festevam@gmail.com> | 2011-05-15 12:58:55 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-23 08:36:46 +0200 |
commit | b302b151935fbe65ae46faa5261db98c35dc15fb (patch) | |
tree | 89381eb46821ddedd137e99ec63bfaa4fbdcaebc /include | |
parent | aa1cb689d589f60b4a94cbf4759ab3e79dbada22 (diff) | |
download | u-boot-imx-b302b151935fbe65ae46faa5261db98c35dc15fb.zip u-boot-imx-b302b151935fbe65ae46faa5261db98c35dc15fb.tar.gz u-boot-imx-b302b151935fbe65ae46faa5261db98c35dc15fb.tar.bz2 |
MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.
commit ed59e58 (Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ) made the
definition of CONFIG_SYS_BOOTMAPSZ unnecessary.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Jason Liu <jason.hui@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx53loco.h | 1 | ||||
-rw-r--r-- | include/configs/mx53smd.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 60dc2be..544e3fb 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -181,6 +181,5 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_OF_LIBFDT -#define CONFIG_SYS_BOOTMAPSZ 0x800000 #endif /* __CONFIG_H */ diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index a9bfd2d..65d5e05 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.h @@ -187,6 +187,5 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_OF_LIBFDT -#define CONFIG_SYS_BOOTMAPSZ 0x800000 #endif /* __CONFIG_H */ |