[U-Boot] [PATCH] MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.
Fabio Estevam
festevam at gmail.com
Mon May 16 00:58:55 CEST 2011
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 at freescale.com>
---
include/configs/mx53loco.h | 1 -
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 fa1c695..356ee10 100644
--- a/include/configs/mx53smd.h
+++ b/include/configs/mx53smd.h
@@ -185,6 +185,5 @@
#define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_OF_LIBFDT
-#define CONFIG_SYS_BOOTMAPSZ 0x800000
#endif /* __CONFIG_H */
--
1.7.1
More information about the U-Boot
mailing list