# # root_config.txt - for non-USB root file system # setenv ${txt_file} images_to_dram='zImage ramdisk.gz' setenv root_args root=/dev/hda5 initrd=${INITRD},2m ramdisk_size=4000 setenv mtd_args mtdparts=flash0:${FLBLOCKSZ}(boot),${FLBLOCKSZ}(bootvars),2048k(zImage),256k(extras),-(flashfs1) echo "Note: expecting to find 'extras' partition in on-board flash" setenv boot_linux 'test -n ${hw_config} && run hw_config; bootm zImage_buffer'