# # root_config.txt - for non-USB root file system # images_to_dram='zImage ramdisk.gz' setenv root_args root=/dev/hda5 initrd=${INITRD},2m ramdisk_size=4000 setenv mtd_args mtdparts=pxa:${FLBLOCKSZ}(boot),${FLBLOCKSZ}(bootvars),2048k(zImage),-(flashfs1) setenv boot_linux 'test -n ${hw_config} && run hw_config; bootm zImage_buffer'