summaryrefslogtreecommitdiffstats
path: root/u-boot/include/configs/omap3_gta04.h
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2013-01-10 10:20:32 +0100
committerH. Nikolaus Schaller <hns@goldelico.com>2013-01-10 10:20:32 +0100
commit2f7f1bd2415b74d98cfb8e0a0cd5e6436261de4a (patch)
treeb6553f037fcbd51a9a544a8ddbef446128da1628 /u-boot/include/configs/omap3_gta04.h
parent30d2cc7772948237113241593bf0524aa94d2fc0 (diff)
downloadbootable_bootloader_goldelico_gta04-2f7f1bd2415b74d98cfb8e0a0cd5e6436261de4a.zip
bootable_bootloader_goldelico_gta04-2f7f1bd2415b74d98cfb8e0a0cd5e6436261de4a.tar.gz
bootable_bootloader_goldelico_gta04-2f7f1bd2415b74d98cfb8e0a0cd5e6436261de4a.tar.bz2
added ext4 patch from https://github.com/gonzoua/u-boot-pi because I could not find a patch set
Diffstat (limited to 'u-boot/include/configs/omap3_gta04.h')
-rw-r--r--u-boot/include/configs/omap3_gta04.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/u-boot/include/configs/omap3_gta04.h b/u-boot/include/configs/omap3_gta04.h
index 3c2bb97..c6269af 100644
--- a/u-boot/include/configs/omap3_gta04.h
+++ b/u-boot/include/configs/omap3_gta04.h
@@ -33,8 +33,13 @@
// #undef CONFIG_CMD_JFFS2
// #define CONFIG_CMD_JFFS2 1 /* to access the rootfs in NAND flash */
+// FIXME: needs to add configs for the partitions so that JFFS2 runs in the correct NAND partition
+
+#define CONFIG_CMD_UBIFS 1
+
+#define CONFIG_CMD_EXT2 1
+#define CONFIG_CMD_EXT4 1
-// FIXME: add configs for the partitions so that JFFS2 runs in the correct NAND partition
#undef CONFIG_SYS_PROMPT
#define CONFIG_SYS_PROMPT "GTA04 # "