]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
petalinux-auto-board.h.template: Enable autoboot even if no Flash
authorWendy Liang <wendy.liang@xilinx.com>
Mon, 25 Feb 2013 07:17:31 +0000 (17:17 +1000)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 4 Mar 2013 17:35:08 +0000 (18:35 +0100)
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>
include/configs/petalinux-auto-board.h.template

index fd213ba4c00e4c5edfa1ff172fa7477400ab65f9..4df79972e76e74c0502e249c413cf361965c0df9 100644 (file)
        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" \
        ""