Skip to content
Snippets Groups Projects
Commit 102ce9ea authored by Nishanth Menon's avatar Nishanth Menon Committed by Tom Rini
Browse files

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: default avatarNishanth Menon <nm@ti.com>
parent af4d896f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment