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, 7 insertions, 0 deletions
diff --git a/u-boot/include/configs/omap3_gta04.h b/u-boot/include/configs/omap3_gta04.h
index dc84fa1..3c2bb97 100644
--- a/u-boot/include/configs/omap3_gta04.h
+++ b/u-boot/include/configs/omap3_gta04.h
@@ -29,6 +29,13 @@
#include "omap3_beagle.h" /* share config */
+#define CONFIG_CMD_UNZIP 1 /* for reducing size of splash image */
+
+// #undef CONFIG_CMD_JFFS2
+// #define CONFIG_CMD_JFFS2 1 /* to access the rootfs in NAND flash */
+
+// FIXME: add configs for the partitions so that JFFS2 runs in the correct NAND partition
+
#undef CONFIG_SYS_PROMPT
#define CONFIG_SYS_PROMPT "GTA04 # "