summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Ungar <david.ungar@timesys.com>2010-10-11 14:22:33 -0400
committerDavid Ungar <david.ungar@timesys.com>2010-10-11 14:22:33 -0400
commitc455ad7d7ceff60f0850697dc1949218972db3c8 (patch)
treebe7b0391c166c296c231f5000ad3156960f178af /include
parentb52e80bcc86390b6d2f09cec70a1a4bc5e970cb9 (diff)
yaffs support
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap3_logic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index 97f7a9bf82..f12e9a0c74 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -36,6 +36,7 @@
#define CONFIG_OMAP34XX 1 /* which is a 34XX */
#define CONFIG_OMAP3430 1 /* which is in a 3430 */
#define CONFIG_OMAP3_LV_SOM 1 /* working with LV_SOM */
+#define CONFIG_OMAP3_LOGIC 1 /* working with LV_SOM/Torpedo */
#include <asm/arch/cpu.h> /* get chip and board defs */
#include <asm/arch/omap3.h>
@@ -327,6 +328,11 @@
#define CONFIG_ENV_OFFSET boot_flash_off
#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
+#if 0
+#define CONFIG_MTD_DEBUG 1
+#define CONFIG_MTD_DEBUG_VERBOSE 2 // Loud MTD debug messages
+#endif
+
/*-----------------------------------------------------------------------
* CFI FLASH driver setup
*/