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. P. > Best regards, > > Wolfgang Denk > > ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
