summaryrefslogtreecommitdiffstats
path: root/include/configs/cm_t335.h
diff options
context:
space:
mode:
authorpekon gupta <pekon@ti.com>2014-05-06 00:46:20 +0530
committerTom Rini <trini@ti.com>2014-06-06 17:46:07 -0400
commit68128e0a86810c9ea9bebcb69451aeabfd44c491 (patch)
tree4c01b846259219e0537a0f45773f774182ecad93 /include/configs/cm_t335.h
parentb80a66033856cc89c62886ae3e5ba54a7faf31ae (diff)
downloadblackbird-obmc-uboot-68128e0a86810c9ea9bebcb69451aeabfd44c491.tar.gz
blackbird-obmc-uboot-68128e0a86810c9ea9bebcb69451aeabfd44c491.zip
omap3: remove remnant macros GPMC_NAND_ECC_LP_x8_LAYOUT and GPMC_NAND_ECC_LP_x16_LAYOUT
OMAP3 used GPMC_NAND_ECC_LP_x8_LAYOUT and GPMC_NAND_ECC_LP_x16_LAYOUT macros to configure GPMC controller for x7 or x8 bit device connected to its interface. Now this information is encoded in CONFIG_SYS_NAND_DEVICE_WIDTH macro, so above macros can be completely removed. Signed-off-by: Pekon Gupta <pekon@ti.com>
Diffstat (limited to 'include/configs/cm_t335.h')
-rw-r--r--include/configs/cm_t335.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h
index 26b615b8c5..4d1dd28a91 100644
--- a/include/configs/cm_t335.h
+++ b/include/configs/cm_t335.h
@@ -141,7 +141,6 @@
#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x200000
#define CONFIG_CMD_NAND
-#define GPMC_NAND_ECC_LP_x8_LAYOUT
#define MTDIDS_DEFAULT "nand0=nand"
#define MTDPARTS_DEFAULT "mtdparts=nand:2m(spl)," \
"1m(u-boot),1m(u-boot-env)," \
OpenPOWER on IntegriCloud