
On Wed, Apr 11, 2012 at 4:49 PM, Wolfgang Denk wd@denx.de wrote:
Could you please add a bit information which sort of board this is, where to find documetnation about it, etc.?
Ok, will add more information about this board.
I will not be able to point to any documentation about it as it is not yet publicly available.
+#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " +#define CONFIG_SYS_PROMPT "MX6QSABRESD U-Boot > "
Do we really need such verbose prompts? This appears to be overkill, and is becoming more and more a nuisance. [I wonder when I will see the first board which puts the full version string in the prompt :-( ]
Ok, I will make the prompt shorter
+#define CONFIG_SYS_MEMTEST_START 0x10000000 +#define CONFIG_SYS_MEMTEST_END 0x10010000
0x10000000 is the start address for DDR on mx6.
mx6qarm2 and mx6qsabrelite do the same approach.
Doesn't this seem OK?
Regards,
Fabio Estevam