summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--u-boot/include/configs/omap3_beagleb1.h1
-rw-r--r--u-boot/include/configs/omap3_gta04.h7
2 files changed, 8 insertions, 0 deletions
diff --git a/u-boot/include/configs/omap3_beagleb1.h b/u-boot/include/configs/omap3_beagleb1.h
index 60191e3..3f86e1a 100644
--- a/u-boot/include/configs/omap3_beagleb1.h
+++ b/u-boot/include/configs/omap3_beagleb1.h
@@ -29,6 +29,7 @@
#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 */
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 # "