# # root_config.txt - copies a kernel and ramdisk.gz to on-board flash # setenv ${txt_file} images_to_flash="${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),5m(ramdisk.gz),-(flashfs1),${FLASH0_TAIL} setenv boot_linux 'test -n ${hw_config} && run hw_config; run get_kernel; run get_ramdisk; bootm kernel_buffer'