Hi Tom,

On 22/02/19 4:52 AM, Tom Rini wrote:
> On Wed, Feb 20, 2019 at 03:34:53PM +0530, Faiz Abbas wrote:
> 
>> Now that NAND is supported on DRA71x include various NAND environment
>> settings
>>
>> Signed-off-by: Faiz Abbas <faiz_ab...@ti.com>
> [snip]
>> +#ifdef CONFIG_NAND
>> +#define NANDARGS \
>> +    "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
>> +    "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
>> +    "nandargs=setenv bootargs console=${console} " \
>> +            "${optargs} " \
>> +            "root=${nandroot} " \
>> +            "rootfstype=${nandrootfstype}\0" \
>> +    "nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048\0" \
>> +    "nandrootfstype=ubifs rootwait=1\0" \
>> +    "nandboot=echo Booting from nand ...; " \
>> +            "run nandargs; " \
>> +            "nand read ${fdtaddr} NAND.u-boot-spl-os; " \
>> +            "nand read ${loadaddr} NAND.kernel; " \
>> +            "bootz ${loadaddr} - ${fdtaddr}\0"
>> +#else
>> +#define NANDARGS ""
>> +#endif
> 
> This kind of stuff needs to fit into include/environment/ti/ somehow,
> not added to, thanks!
> 

Ok. I will create an environment/ti/nand.h

Thanks,
Faiz
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to