[U-Boot-Users] [PATCH 5/7] sbc8560: add default fdt values

Andy Fleming afleming at gmail.com
Tue Jul 15 03:06:33 CEST 2008


On Fri, Jul 11, 2008 at 5:02 PM, Paul Gortmaker
<paul.gortmaker at 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




More information about the U-Boot mailing list