# # root_config.txt - for USB root file system # setenv ${txt_file} images_to_dram="${kernel}" setenv root_args root=/dev/sda5 noinitrd rootfstype=ext3 rootdelay=10 setenv mtd_args mtdparts=flash0:${FLASH0_HEAD},3m(kernel),-(flashfs1),${FLASH0_TAIL} setenv boot_linux 'test -n ${hw_config} && run hw_config; bootm kernel_buffer'