Skip to content
Snippets Groups Projects
Commit b302b151 authored by Fabio Estevam's avatar Fabio Estevam Committed by Albert ARIBAUD
Browse files

MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.


commit ed59e587 (Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ) made the
definition of CONFIG_SYS_BOOTMAPSZ unnecessary.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Acked-by: default avatarJason Liu <jason.hui@linaro.org>
parent aa1cb689
No related branches found
No related tags found
No related merge requests found
...@@ -181,6 +181,5 @@ ...@@ -181,6 +181,5 @@
#define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_OF_LIBFDT #define CONFIG_OF_LIBFDT
#define CONFIG_SYS_BOOTMAPSZ 0x800000
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */
...@@ -187,6 +187,5 @@ ...@@ -187,6 +187,5 @@
#define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_OF_LIBFDT #define CONFIG_OF_LIBFDT
#define CONFIG_SYS_BOOTMAPSZ 0x800000
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment