Home | History | Annotate | Download | only in scripts
      1 altbootcmd=run ${subbootcmds}
      2 bootcmd=run ${subbootcmds}
      3 configure=run set_uimage; setenv tftppath ${IVM_Symbol} ; km_setboardid && saveenv && reset
      4 subbootcmds=tftpfdt tftpkernel nfsargs add_default boot
      5 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${toolchain}/${arch}
      6 tftpfdt=if run set_fdthigh || test ${arch} != arm; then if tftpboot ${fdt_addr_r} ${tftppath}/fdt_0x${IVM_BoardId}_0x${IVM_HWKey}.dtb; then; else tftpboot ${fdt_addr_r} ${tftppath}/${hostname}.dtb; fi; else true; fi
      7 tftpkernel=tftpboot ${load_addr_r} ${tftppath}/${uimage}
      8 toolchain=/opt/eldk
      9 rootfssize=0
     10 set_uimage=printenv uimage || setenv uimage uImage
     11