# # root_config.txt - programs zImage and cramfs to onboard flash # setenv ${txt_file} images_to_flash='zImage extras cramfs.img flashfs2' setenv root_args root=/dev/mtdblock4 rootfstype=cramfs noinitrd setenv mtd_args mtdparts=flash0:${FLBLOCKSZ}(boot),${FLBLOCKSZ}(bootvars),2048k(zImage),256k(extras),20m(cramfs.img),9m(flashfs2),-(rest) setenv boot_linux 'test -n ${hw_config} && run hw_config; cp zImage zImage_buffer; bootm zImage_buffer'