# # root_config.txt - boots from zImage and ramdisk on media # images_to_dram='zImage ramdisk.gz' setenv root_args rw root=/dev/ram initrd=${INITRD},5m ramdisk_size=12288 rootfstype=ext2 setenv mtd_args mtdparts=pxa:${FLBLOCKSZ}(boot),${FLBLOCKSZ}(bootvars),2048k(zImage),5m(ramdisk.gz),-(flashfs1) setenv boot_linux 'test -n ${hw_config} && run hw_config; bootm zImage_buffer'