Home
last modified time | relevance | path

Searched hist:"102 ce9ea7afdda80fe25aa786975e1722196bdb9" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Domap3_zoom1.h4e8183b7d4afc4795712fc54a8aee07ab5108b26 Tue Apr 08 14:50:55 UTC 2014 Nishanth Menon <nm@ti.com> omap3: zoom1: disable JFFS2 and enable FS_GENERIC

This is more in line with commits
664979a2a9f764b63b8094458b87247d254b0cc1(omap3_beagle: remove JFFS2
support.) and 102ce9ea7afdda80fe25aa786975e1722196bdb9 (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'd have to use. Sticking with existing conventions,
defaults will be:
bootfile=uImage
bootpart=0:1 (first partition)
bootdir=/ (/ in first partition)

Signed-off-by: Nishanth Menon <nm@ti.com>
H A Domap3_beagle.h102ce9ea7afdda80fe25aa786975e1722196bdb9 Mon Jul 15 12:11:31 UTC 2013 Nishanth Menon <nm@ti.com> 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>