arch=arm
cpu=armv8
vendor=phytium
baudrate=115200
board=e2000
board_name=e2000
bootargs=console=ttyAMA1,115200 audit=0 earlycon=pl011,0x2800d000 root=/dev/mtdblock3 rw rootfstype=squashfs mtdparts=spi1.0:3M(uboot),64k(dtb),6M(kernel),-(rootfs)
bootcmd=run load_kernel; run load_fdt; run boot_os;
bootdelay=2
load_fdt=cp.b 0x300000 0x90000000 0x10000
load_kernel=cp.b 0x310000 0x90100000 0x600000
boot_os=bootm 0x90100000 - 0x90000000
