summaryrefslogtreecommitdiffstats
path: root/u-boot/include/configs/omap3_gta04.h
diff options
context:
space:
mode:
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 # "