summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_beagleexpander.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/omap3_beagleexpander.h')
-rw-r--r--include/configs/omap3_beagleexpander.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/include/configs/omap3_beagleexpander.h b/include/configs/omap3_beagleexpander.h
index f52bad4..89faadf 100644
--- a/include/configs/omap3_beagleexpander.h
+++ b/include/configs/omap3_beagleexpander.h
@@ -24,10 +24,27 @@
* MA 02111-1307 USA
*/
-#define CONFIG_OMAP3_BEAGLE_HYBRID 1 /* working with BEAGLE and OMB Hybrid */
+#define CONFIG_OMAP3_BEAGLE_EXPANDER 1 /* working with BEAGLE and Expander board */
#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 */
+
+#if 0 // does not compile
+#define CONFIG_MUSB_HCD 1 /* Enable USB driver*/
+#define CONFIG_TWL4030_USB 1 /* Enable TWL4030 USB */
+#define CONFIG_USB_STORAGE
+#define CONFIG_USB_OMAP3530
+#define CONFIG_USB_HOST
+#define CONFIG_CMD_USB
+#endif
+
+#define CONFIG_CMD_SPI 1
+
+// FIXME: add configs for the partitions so that JFFS2 runs in the correct NAND partition
+
#undef CONFIG_SYS_PROMPT
#define CONFIG_SYS_PROMPT "Openmoko Beagle Expander # "