
This patch cleans redundant and unused macros from various board-configs and architecture specific header files. Tested using: MAKEALL -s omap 3 -s omap4 -s omap5 -s am33xx with $ARCH=arm && $CROSS_COMPILE=arm-linux-gnueabihf-
Pekon Gupta (3): ARM: omap: fix GPMC address-map size for NAND and NOR devices ARM: omap: clean redundant PISMO_xx macros used in OMAP3 ARM: omap: move board specific NAND configs out from ti_armv7_common.h
arch/arm/cpu/armv7/omap-common/mem-common.c | 14 ++++++++++---- arch/arm/include/asm/arch-am33xx/mem.h | 7 ------- arch/arm/include/asm/arch-omap3/cpu.h | 1 - arch/arm/include/asm/arch-omap3/mem.h | 13 ------------- doc/README.nand | 12 ++++++++++++ include/configs/am335x_evm.h | 6 ++++++ include/configs/am3517_crane.h | 7 +------ include/configs/am3517_evm.h | 7 +------ include/configs/cm_t335.h | 5 +++++ include/configs/cm_t35.h | 3 --- include/configs/devkit8000.h | 2 -- include/configs/dig297.h | 4 ---- include/configs/mcx.h | 4 ---- include/configs/nokia_rx51.h | 2 -- include/configs/omap3_beagle.h | 13 +++++++------ include/configs/omap3_evm_common.h | 7 ++----- include/configs/omap3_igep00x0.h | 10 +++++++--- include/configs/omap3_logic.h | 8 ++------ include/configs/omap3_overo.h | 12 +++++++----- include/configs/omap3_pandora.h | 7 +------ include/configs/omap3_zoom1.h | 13 +++++++------ include/configs/pengwyn.h | 6 ++++++ include/configs/tam3517-common.h | 4 ---- include/configs/tao3530.h | 7 +------ include/configs/ti_armv7_common.h | 8 -------- include/configs/tricorder.h | 2 -- 26 files changed, 75 insertions(+), 109 deletions(-)