ARM: OMAP2+: remove OMAP_PACKAGE_ZAC and OMAP_PACKAGE_ZAF
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 16 Feb 2014 18:51:37 +0000 (19:51 +0100)
committerTony Lindgren <tony@atomide.com>
Fri, 28 Feb 2014 23:36:34 +0000 (15:36 -0800)
The Kconfig symbols OMAP_PACKAGE_ZAC and OMAP_PACKAGE_ZAF were added in
v2.6.36. They have never been used. Setting them has no effect. These
symbols can safely be removed.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
[tony@atomide.com: updated to remove also the related mux.h entries]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/mux.h

index 653b489479e0ee2d4166d6d033d315a1e56430e4..bd8746d37690baf9ad0b4f1bf4e7ef71f4610e3f 100644 (file)
@@ -165,12 +165,6 @@ config SOC_TI81XX
        depends on ARCH_OMAP3
        default y
 
-config OMAP_PACKAGE_ZAF
-       bool
-
-config OMAP_PACKAGE_ZAC
-       bool
-
 config OMAP_PACKAGE_CBC
        bool
 
@@ -284,7 +278,6 @@ config MACH_NOKIA_N8X0
        select MACH_NOKIA_N800
        select MACH_NOKIA_N810
        select MACH_NOKIA_N810_WIMAX
-       select OMAP_PACKAGE_ZAC
 
 config MACH_NOKIA_RX51
        bool "Nokia N900 (RX-51) phone"
index a722330d4d53deb4888df89704c81c1a42936412..d121fb6df4e632e897f5016d944c1b8c07027d3f 100644 (file)
@@ -63,9 +63,6 @@
 #define OMAP_PACKAGE_CUS               5               /* 423-pin 0.65 */
 #define OMAP_PACKAGE_CBB               4               /* 515-pin 0.40 0.50 */
 #define OMAP_PACKAGE_CBC               3               /* 515-pin 0.50 0.65 */
-#define OMAP_PACKAGE_ZAC               2               /* 24xx 447-pin POP */
-#define OMAP_PACKAGE_ZAF               1               /* 2420 447-pin SIP */
-
 
 #define OMAP_MUX_NR_MODES              8               /* Available modes */
 #define OMAP_MUX_NR_SIDES              2               /* Bottom & top */