# <- this is for comment / total file size must be less than 4KB
setenv bootargs ' ubi.mtd=9,2048 root=ubi:rootfs rw rootfstype=ubifs init=/linuxrc rootwait=1 LX_MEM=0x3CF00000 EMAC_MEM=0x100000 mma_heap=mma_heap_name0,miu=0,sz=0x13200000 mma_heap=mma_heap_low_memory,miu=0,sz=0xCB00000,max_off=0x1DF00000 resolution=DACOUT_1080P_60 reserve_mem=36M mem=959M mtdparts=nand0:0x60000@0x140000(IPL0),0x60000(IPL1),0x60000(IPL_CUST0),0x60000(IPL_CUST1),0xC0000(UBOOT0),0xC0000(UBOOT1),0x60000(ENV),0x560000(KERNEL),0x560000(RECOVERY),-(UBI)
setenv bootcmd ' nand read.e 0x22000000 KERNEL 0x500000; bootm 0x22000000;nand read.e 0x22000000 RECOVERY 0x500000; bootm 0x22000000
saveenv
reset
% <- this is end of file symbol
