
26 Jun
2013
26 Jun
'13
2:30 p.m.
+#define CONFIG_EXTRA_ENV_SETTINGS \
- "verify=yes\0"
Do we really want that?
I don't think so. This will be removed.
+/*
- Memtest works on 8 MB in DRAM after skipping 32MB
- from start addr of ram disk
- */
+#define CONFIG_SYS_MEMTEST_START (PHYS_DRAM_1 + (64*1024*1024)) +#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START \
+ (8*1024*1024))
mtest isn't on by default anymore, see doc/README.memory-test
I'll remove that too.
--
Antoine