]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition
authorShawn Guo <shawn.guo@linaro.org>
Tue, 3 May 2011 20:13:16 +0000 (20:13 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 23 May 2011 06:36:45 +0000 (08:36 +0200)
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>
include/configs/mx51evk.h
include/configs/mx53evk.h

index 6a785f8b2025b588762d77b290ce41dc17758dff..febe8d86ff9203194a79bde15c721b7c31bc1b87 100644 (file)
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
 #define CONFIG_OF_LIBFDT
-#define CONFIG_SYS_BOOTMAPSZ   0x800000
 
 #endif
index 5749a0866afe26c3ebffa8fc3eae66d31ce1c0df..74aee89e549698920acdfadc5968ce0a9a226099 100644 (file)
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
 #define CONFIG_OF_LIBFDT
-#define CONFIG_SYS_BOOTMAPSZ   0x800000
 
 #endif                         /* __CONFIG_H */