kernel_offset=9a0000
kernel_size=1c6da0
fpga_array_offset=5a0000
splash_offset=580000
rootfs_offset=b80000
rootfs_size=64fcdc
autoload=no
bootdelay=0
copy_kernel=sf probe 1:0 && sf read 0xc0007fc0 ${kernel_offset} ${kernel_size}
copy_rootfs=sf probe 1:0 && sf read 0xc1180000 ${rootfs_offset} ${rootfs_size}
init_lcd=sslcd i && sf probe 1:0 && sf read 0xc0700000 ${splash_offset} 0x300 && sslcd b 0xc0700000
spi_flash_args=setenv bootargs mem=55M console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0xc1180000,16M lpj=1138688 mac=${ethaddr} phy_id=${phy_id} mtdparts=s25fl256s:5832704(Boot),6225920(Linux),8388608(RootFs),-(User_Data) ver_ssuboot=${ver_ssuboot}
spi_flash_boot=run copy_kernel; run copy_rootfs; run spi_flash_args; bootm 0xc0007fc0
nfs_args=setenv bootargs 
console=ttyS0,115200n8 noinitrd rw 
root=/dev/nfs
nfsroot=${serverip}:${rootpath},nolock
mem=32M
nfsaddrs=:::::${nfs_interface}
mac=${ethaddr}
phy_id=${phy_id}
mtdparts=s25fl256s:5832704(Boot),6225920(Linux),8388608(RootFs),-(User_Data)
ver_ssuboot=${ver_ssuboot}
nfs_boot=run nfs_args; ssmac i; run copy_kernel; bootm 0xc0007fc0
preboot=run init_lcd
bootcmd=run spi_flash_boot
fwup=ssmac i && dhcp && tftp 0xc0700000 avb_som_100/update_script.img && source 0xc0700000