diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-05-03 20:13:16 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-23 08:36:45 +0200 |
commit | b78b40f6c08e0b6b160a75c62ab305e7ae0fa290 (patch) | |
tree | b17893f2d1d7b84c0ecde721f92dba456f832f3d /include/configs/mx51evk.h | |
parent | e89f1f91142eb10899155f59bd6a002b13e085bc (diff) | |
download | u-boot-imx-b78b40f6c08e0b6b160a75c62ab305e7ae0fa290.zip u-boot-imx-b78b40f6c08e0b6b160a75c62ab305e7ae0fa290.tar.gz u-boot-imx-b78b40f6c08e0b6b160a75c62ab305e7ae0fa290.tar.bz2 |
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 <shawn.guo@linaro.org>
Diffstat (limited to 'include/configs/mx51evk.h')
-rw-r--r-- | include/configs/mx51evk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 6a785f8..febe8d8 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 |