# # root_config.txt - boots from kernel and ramdisk on media # setenv ${txt_file} images_to_dram="${kernel} ramdisk.gz" setenv root_args rw root=/dev/ram initrd=${INITRD},5m ramdisk_size=12288 rootfstype=ext2 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'