# # root_config.txt - programs kernel and jffs2 to onboard flash # setenv ${txt_file} images_to_flash="${kernel} flashfs1" setenv root_args root=/dev/mtdblock4 rootfstype=jffs2 noinitrd setenv mtd_args mtdparts=flash0:${FLASH0_HEAD},3m(kernel),-(flashfs1),${FLASH0_TAIL} setenv boot_linux 'test -n ${hw_config} && run hw_config; run get_kernel; bootm kernel_buffer'