
15 Jul
2008
15 Jul
'08
3:06 a.m.
On Fri, Jul 11, 2008 at 5:02 PM, Paul Gortmaker paul.gortmaker@windriver.com wrote:
Wolfgang Denk wrote:
+#define CONFIG_RAMBOOTCOMMAND \
- "setenv bootargs root=/dev/ram rw " \
"console=$consoledev,$baudrate $othbootargs;" \
- "tftp $ramdiskaddr $ramdiskfile;" \
- "tftp $loadaddr $bootfile;" \
- "tftp $fdtaddr $fdtfile;" \
- "bootm $loadaddr $ramdiskaddr $fdtaddr"
+#define CONFIG_BOOTCOMMAND CONFIG_NFSBOOTCOMMAND
Indentation by TAB, please.
Ah, sorry -- I inherited that verbatim from MPC8560ADS.h -- I'll respin and send an independent fix for MPC8560ADS as well.
I made the changes for you, and added the change for the 8560 as a separate patch.
Andy