summaryrefslogtreecommitdiffstats
path: root/include/configs/cm_t35.h
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2012-10-07 01:17:34 +0000
committerTom Rini <trini@ti.com>2012-10-23 08:33:17 -0700
commit3530a35d747508e98976a1d86a6d3f9b31cb3fd2 (patch)
tree0f05e1cdaee67ebd3452658ce1ee35c255fbd38e /include/configs/cm_t35.h
parent669681104daac2bfbdc733d7426b19e358eced8a (diff)
downloadblackbird-obmc-uboot-3530a35d747508e98976a1d86a6d3f9b31cb3fd2.tar.gz
blackbird-obmc-uboot-3530a35d747508e98976a1d86a6d3f9b31cb3fd2.zip
cm-t35: clean unused defines from config
Neither cm-t35, nor cm-t3730 is using OneNAND or flash. Remove the related defines from config file. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'include/configs/cm_t35.h')
-rw-r--r--include/configs/cm_t35.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index 6f355c7af0..568ae8e097 100644
--- a/include/configs/cm_t35.h
+++ b/include/configs/cm_t35.h
@@ -289,25 +289,15 @@
*/
/* **** PISMO SUPPORT *** */
-
/* Configure the PISMO */
#define PISMO1_NAND_SIZE GPMC_SIZE_128M
-#define PISMO1_ONEN_SIZE GPMC_SIZE_128M
-
-#define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */
-
-#if defined(CONFIG_CMD_NAND)
-#define CONFIG_SYS_FLASH_BASE PISMO1_NAND_BASE
-#endif
/* Monitor at start of flash */
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
-#define CONFIG_SYS_ONENAND_BASE ONENAND_MAP
+#define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */
#define CONFIG_ENV_IS_IN_NAND
-#define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */
#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
-
#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
OpenPOWER on IntegriCloud