]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap3: remove remnant macros GPMC_NAND_ECC_LP_x8_LAYOUT and GPMC_NAND_ECC_LP_x16_LAYOUT
authorpekon gupta <pekon@ti.com>
Mon, 5 May 2014 19:16:20 +0000 (00:46 +0530)
committerTom Rini <trini@ti.com>
Fri, 6 Jun 2014 21:46:07 +0000 (17:46 -0400)
commit68128e0a86810c9ea9bebcb69451aeabfd44c491
tree4c01b846259219e0537a0f45773f774182ecad93
parentb80a66033856cc89c62886ae3e5ba54a7faf31ae
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>
arch/arm/cpu/armv7/omap3/mem.c
arch/arm/include/asm/arch-omap3/mem.h
board/compulab/cm_t35/cm_t35.c
include/configs/cm_t335.h
include/configs/cm_t35.h
include/configs/pengwyn.h
include/configs/tao3530.h
include/configs/tseries.h