diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2012-09-01 20:31:28 +0200 |
---|---|---|
committer | H. Nikolaus Schaller <hns@goldelico.com> | 2012-09-01 20:31:28 +0200 |
commit | 13e4211445de6d69ebfd29778cdf21203c20cac7 (patch) | |
tree | e4e2328d9edba2c14e2c1cdc449b7c9a5f239c1b | |
parent | 0a82c387a73a8a38c46eec1e0df6144f6a9b602c (diff) | |
download | bootable_bootloader_goldelico_gta04-13e4211445de6d69ebfd29778cdf21203c20cac7.zip bootable_bootloader_goldelico_gta04-13e4211445de6d69ebfd29778cdf21203c20cac7.tar.gz bootable_bootloader_goldelico_gta04-13e4211445de6d69ebfd29778cdf21203c20cac7.tar.bz2 |
fixed CONFIG to include unzip command
-rw-r--r-- | u-boot/include/configs/omap3_beagleb1.h | 1 | ||||
-rw-r--r-- | u-boot/include/configs/omap3_gta04.h | 7 |
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 # " |