summaryrefslogtreecommitdiffstats
path: root/u-boot/include/configs
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/include/configs')
-rw-r--r--u-boot/include/configs/omap3_beagle.h2
-rw-r--r--u-boot/include/configs/omap3_gta04.h14
2 files changed, 7 insertions, 9 deletions
diff --git a/u-boot/include/configs/omap3_beagle.h b/u-boot/include/configs/omap3_beagle.h
index 519da79..9866d49 100644
--- a/u-boot/include/configs/omap3_beagle.h
+++ b/u-boot/include/configs/omap3_beagle.h
@@ -322,7 +322,7 @@
#define CONFIG_ENV_OFFSET boot_flash_off
#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
-#define CONFIG_START_WITH_DEFAULT_ENVIRONMENT 1
+//#define CONFIG_START_WITH_DEFAULT_ENVIRONMENT 1
#ifndef __ASSEMBLY__
extern unsigned int boot_flash_base;
diff --git a/u-boot/include/configs/omap3_gta04.h b/u-boot/include/configs/omap3_gta04.h
index c6269af..69eb055 100644
--- a/u-boot/include/configs/omap3_gta04.h
+++ b/u-boot/include/configs/omap3_gta04.h
@@ -31,15 +31,13 @@
#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: needs to add configs for the partitions so that JFFS2 runs in the correct NAND partition
-
-#define CONFIG_CMD_UBIFS 1
-
-#define CONFIG_CMD_EXT2 1
-#define CONFIG_CMD_EXT4 1
+// #define CONFIG_CMD_UBIFS 1 // broken
+#define CONFIG_FS_FAT 1
+#define CONFIG_FS_EXT2 1
+#define CONFIG_FS_EXT4 1
+#define CONFIG_CMD_FS 1
+#define CONFIG_CMD_EXT4 1
#undef CONFIG_SYS_PROMPT
#define CONFIG_SYS_PROMPT "GTA04 # "