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