diff options
-rw-r--r-- | board/highbank/scripts/autoboot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/highbank/scripts/autoboot.txt b/board/highbank/scripts/autoboot.txt index 1f0d105f1..7b2e377d4 100644 --- a/board/highbank/scripts/autoboot.txt +++ b/board/highbank/scripts/autoboot.txt @@ -1,4 +1,4 @@ -bootcmd_setup=mw.l fff3c100 5f20121; mw.l fff3c104 0 +bootcmd_setup= bootcmd_pxe=setenv bootfile "" ;dhcp; pxe get; pxe boot bootcmd_disk_scr=ext2load ${boot_ifc} ${bootdevice} ${scr_addr_r} boot.scr && source ${scr_addr_r} bootcmd_disk_sysboot1=setenv bootfile /boot/extlinux/extlinux.conf; sysboot ${boot_ifc} ${bootdevice} ext2 |