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