
22 Feb
2019
22 Feb
'19
12:22 a.m.
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_abbas@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!
--
Tom