[U-Boot] [PATCH 4/4] edminiv2: inttroduce CONFIG_SKIP_LOWLEVEL_INIT
Albert Aribaud
albert.aribaud at free.fr
Thu Jul 1 02:38:02 CEST 2010
Signed-off-by: Albert Aribaud <albert.aribaud at free.fr>
---
include/configs/edminiv2.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h
index 5c328c8..923cca9 100644
--- a/include/configs/edminiv2.h
+++ b/include/configs/edminiv2.h
@@ -194,4 +194,10 @@
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000
#define CONFIG_SYS_MAXARGS 16
+/* Debugging features */
+
+/* #define the following if u-boot will boot from RAM */
+/* #undef it if u-boot will boot from FLASH */
+#undef CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
+
#endif /* _CONFIG_EDMINIV2_H */
--
1.6.4.4
More information about the U-Boot
mailing list