# # root_config.txt - for USB root file system # images_to_dram='zImage' setenv root_args root=/dev/sda5 noinitrd rootfstype=ext3 rootdelay=10 setenv mtd_args mtdparts=flash0:${FLBLOCKSZ}(boot),${FLBLOCKSZ}(bootvars),2048k(zImage),-(flashfs1) setenv boot_linux 'test -n ${hw_config} && run hw_config; bootm zImage_buffer'