[U-Boot] [PATCH 06/11] arm/pxa: remove CONFIG_ENV_OVERWRITE from vpac270 config
Mikhail Kshevetskiy
mikhail.kshevetskiy at gmail.com
Thu Aug 26 12:48:01 CEST 2010
it is not required and not recommended.
Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy at gmail.com>
---
include/configs/vpac270.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h
index d3e805a..c8663e8 100644
--- a/include/configs/vpac270.h
+++ b/include/configs/vpac270.h
@@ -40,8 +40,6 @@
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024)
#define CONFIG_SYS_GBL_DATA_SIZE 128
-#define CONFIG_ENV_OVERWRITE /* override default environment */
-
#define CONFIG_BOOTCOMMAND \
"if mmc init && fatload mmc 0 0xa4000000 uImage; then " \
"bootm 0xa4000000; " \
--
1.7.1
More information about the U-Boot
mailing list