]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap3_beagle: enable CMD_FS_GENERIC and simplify load of image/ramdisk
authorNishanth Menon <nm@ti.com>
Mon, 15 Jul 2013 12:11:31 +0000 (07:11 -0500)
committerTom Rini <trini@ti.com>
Fri, 26 Jul 2013 20:39:11 +0000 (16:39 -0400)
commit102ce9ea7afdda80fe25aa786975e1722196bdb9
treee395fa7ac5fcde2f79d6153b5c87cd3b2accaf0e
parentaf4d896fede8428493c1f4fe185b26d9cc08d4d5
omap3_beagle: enable CMD_FS_GENERIC and simplify load of image/ramdisk

CMD_FS_GENERIC allows us to simplify where we load up our image from
either from ext2/fat etc. So, lets use that instead of cumbersome
options we currently use. Sticking with existing conventions,
defaults will be:
ramdisk=ramdisk.gz
bootpart=0:2 (second partition)
bootdir=/boot (/boot in second partition)

This matches with the default behavior, these can be overriden by
env files as needed.

Signed-off-by: Nishanth Menon <nm@ti.com>
include/configs/omap3_beagle.h