1*4882a593Smuzhiyunaltbootcmd=run ${subbootcmds} 2*4882a593Smuzhiyunbootcmd=run ${subbootcmds} 3*4882a593Smuzhiyunconfigure=run set_uimage; setenv tftppath ${IVM_Symbol} ; km_setboardid && saveenv && reset 4*4882a593Smuzhiyunsubbootcmds=tftpfdt tftpkernel nfsargs add_default boot 5*4882a593Smuzhiyunnfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${toolchain}/${arch} 6*4882a593Smuzhiyuntftpfdt=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*4882a593Smuzhiyuntftpkernel=tftpboot ${load_addr_r} ${tftppath}/${uimage} 8*4882a593Smuzhiyuntoolchain=/opt/eldk 9*4882a593Smuzhiyunrootfssize=0 10*4882a593Smuzhiyunset_uimage=printenv uimage || setenv uimage uImage 11