
-----Original Message----- From: Lei Wen [mailto:adrian.wenl@gmail.com] Sent: Tuesday, November 30, 2010 3:09 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Eric Miao; Manas Saksena; Lei Wen; Yu Tang; Ashish Karkare; Kiran Vedere; Prabhanjan Sarnaik Subject: Re: [U-Boot] [PATCH v2 7/7] Armada100: Add Board Support for Marvell Aspenite-DB
...snip...
+#include "mv-common.h"
+/*
- Environment variables configurations
- */
+#define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */ +#define CONFIG_ENV_SIZE 0x20000 /* 64k */
snip..
+#define DEBUG /* Fix it: if removed system hanges after DRAM init */
I think you could need to remove this configure, or the uboot could be brought up with a lot of debug message.
Yes, that is next to be fixed. But this is basic support and does not have annoying result
Regards.. Prafulla ..