Currently, if there is no flash, autoboot is always disabled.
It always set the bootcmd to netboot. However, there is customer
has system without any flash, and wants to boot from SD card but not
netboot.
We just need to reenable autoboot and let the user to set the CONFIG_BOOTCMD
from their platform's .h.template.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
ESERIAL3 \
PSSERIAL0 \
PSSERIAL1 \
- "autoload=no\0" \
"bootfile=image.ub\0" \
"netstart=@nstart@\0" \
"dtbnetstart=@dtbnstart@\0" \
"loadaddr=@nstart@\0" \
- "bootcmd=run netboot\0" \
"netboot=tftp ${netstart} image.ub && bootm\0" \
"dtbnetboot=tftp ${netstart} image.ub; tftp ${dtbnetstart} system.dtb; bootm ${netstart} - ${dtbnetstart}\0" \
""