From 13e4211445de6d69ebfd29778cdf21203c20cac7 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Sat, 1 Sep 2012 20:31:28 +0200 Subject: fixed CONFIG to include unzip command --- u-boot/include/configs/omap3_beagleb1.h | 1 + u-boot/include/configs/omap3_gta04.h | 7 +++++++ 2 files changed, 8 insertions(+) (limited to 'u-boot') 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 # " -- cgit v1.1