ARM: omap: clean redundant PISMO_xx macros used in OMAP3
PISMO_xx macros were used to define 'Platform Independent Storage MOdule' related GPMC configurations. This patch - Replaces these OMAP3 specific macros with generic CONFIG_xx macros as provided by current u-boot infrastructure. - Removes unused redundant macros, which are no longer required after merging of common platform code in following commit commit a0a37183 ARM: omap: merge GPMC initialization code for all platform +-----------------+-----------------------------------------------------------+ | Macro | Reason for removal | +-----------------+-----------------------------------------------------------+ | PISMO1_NOR_BASE | duplicate of CONFIG_SYS_FLASH_BASE | +-----------------+-----------------------------------------------------------+ | PISMO1_NAND_BASE| duplicate of CONFIG_SYS_NAND_BASE | +-----------------+-----------------------------------------------------------+ | PISMO1_ONEN_BASE| duplicate of CONFIG_SYS_ONENAND_BASE | +-----------------+-----------------------------------------------------------+ | PISMO1_NAND_SIZE| GPMC accesses NAND device via I/O mapped registers so | | | configuring GPMC chip-select for smallest allowable | | | segment (GPMC_SIZE_16M) is enough. | +-----------------+-----------------------------------------------------------+ | PISMO1_ONEN_SIZE| OneNAND uses a fixed GPMC chip-select address-space of | | | 128MB (GPMC_SIZE_128M) | +-----------------+-----------------------------------------------------------+ +-----------------+-----------------------------------------------------------+ | PISMO1_NOR | Unused Macros | | PISMO1_NAND | | | PISMO2_CS0 | | | PISMO2_CS1 | | | PISMO1_ONENAND | | | PISMO2_NAND_CS0 | | | PISMO2_NAND_CS1 | | | PISMO1_NOR_BASE | | | PISMO1_NAND_BASE| | | PISMO2_CS0_BASE | | +-----------------+-----------------------------------------------------------+ Signed-off-by:Pekon Gupta <pekon@ti.com>
Showing
- arch/arm/cpu/armv7/omap-common/mem-common.c 2 additions, 2 deletionsarch/arm/cpu/armv7/omap-common/mem-common.c
- arch/arm/include/asm/arch-am33xx/mem.h 0 additions, 7 deletionsarch/arm/include/asm/arch-am33xx/mem.h
- arch/arm/include/asm/arch-omap3/cpu.h 0 additions, 1 deletionarch/arm/include/asm/arch-omap3/cpu.h
- arch/arm/include/asm/arch-omap3/mem.h 0 additions, 13 deletionsarch/arm/include/asm/arch-omap3/mem.h
- include/configs/am3517_crane.h 1 addition, 6 deletionsinclude/configs/am3517_crane.h
- include/configs/am3517_evm.h 1 addition, 6 deletionsinclude/configs/am3517_evm.h
- include/configs/cm_t35.h 0 additions, 3 deletionsinclude/configs/cm_t35.h
- include/configs/devkit8000.h 0 additions, 2 deletionsinclude/configs/devkit8000.h
- include/configs/dig297.h 0 additions, 4 deletionsinclude/configs/dig297.h
- include/configs/mcx.h 0 additions, 4 deletionsinclude/configs/mcx.h
- include/configs/nokia_rx51.h 0 additions, 2 deletionsinclude/configs/nokia_rx51.h
- include/configs/omap3_beagle.h 1 addition, 6 deletionsinclude/configs/omap3_beagle.h
- include/configs/omap3_evm_common.h 2 additions, 5 deletionsinclude/configs/omap3_evm_common.h
- include/configs/omap3_igep00x0.h 0 additions, 3 deletionsinclude/configs/omap3_igep00x0.h
- include/configs/omap3_logic.h 2 additions, 6 deletionsinclude/configs/omap3_logic.h
- include/configs/omap3_overo.h 1 addition, 5 deletionsinclude/configs/omap3_overo.h
- include/configs/omap3_pandora.h 1 addition, 6 deletionsinclude/configs/omap3_pandora.h
- include/configs/omap3_zoom1.h 1 addition, 6 deletionsinclude/configs/omap3_zoom1.h
- include/configs/tam3517-common.h 0 additions, 4 deletionsinclude/configs/tam3517-common.h
- include/configs/tao3530.h 1 addition, 6 deletionsinclude/configs/tao3530.h
Loading
Please register or sign in to comment