From: Shawn Guo Date: Tue, 3 May 2011 20:13:16 +0000 (+0000) Subject: mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition X-Git-Tag: v2011.06-rc2~7^2^2~42 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b78b40f6c08e0b6b160a75c62ab305e7ae0fa290;p=u-boot mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition Since the following commit, definition CONFIG_SYS_BOOTMAPSZ is not needed any more. ed59e58786cae9f8afcb575649afc65985beed4d Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ Signed-off-by: Shawn Guo --- diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 6a785f8b20..febe8d86ff 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -227,6 +227,5 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_OF_LIBFDT -#define CONFIG_SYS_BOOTMAPSZ 0x800000 #endif diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 5749a0866a..74aee89e54 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -193,6 +193,5 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_OF_LIBFDT -#define CONFIG_SYS_BOOTMAPSZ 0x800000 #endif /* __CONFIG_H */