Commit a72c618068209bd1c754ce82f5dead4e8a844ebd

Authored by Tuomas Tynkkynen
Committed by Tom Rini
1 parent 040f5f1067

ARM: pxa: Remove unused ifdefs

These ifdefs are protecting #include statements for files that have
never existed. AFAICT this hardware.h has been copied from the kernel
and the ifdefs have never served a role in U-Boot, so delete them.

Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>

Showing 2 changed files with 0 additions and 35 deletions Side-by-side Diff

arch/arm/include/asm/arch-pxa/hardware.h
... ... @@ -79,34 +79,5 @@
79 79  
80 80 #endif
81 81  
82   -
83   -/*
84   - * Implementation specifics
85   - */
86   -
87   -#ifdef CONFIG_ARCH_LUBBOCK
88   -#include "lubbock.h"
89   -#endif
90   -
91   -#ifdef CONFIG_ARCH_PXA_IDP
92   -#include "idp.h"
93   -#endif
94   -
95   -#ifdef CONFIG_ARCH_PXA_CERF
96   -#include "cerf.h"
97   -#endif
98   -
99   -#ifdef CONFIG_ARCH_CSB226
100   -#include "csb226.h"
101   -#endif
102   -
103   -#ifdef CONFIG_ARCH_INNOKOM
104   -#include "innokom.h"
105   -#endif
106   -
107   -#ifdef CONFIG_ARCH_PLEB
108   -#include "pleb.h"
109   -#endif
110   -
111 82 #endif /* _ASM_ARCH_HARDWARE_H */
scripts/config_whitelist.txt
... ... @@ -45,18 +45,12 @@
45 45 CONFIG_AP_SH4A_4A
46 46 CONFIG_ARCH_ADPAG101P
47 47 CONFIG_ARCH_CPU_INIT
48   -CONFIG_ARCH_CSB226
49 48 CONFIG_ARCH_HAS_ILOG2_U32
50 49 CONFIG_ARCH_HAS_ILOG2_U64
51   -CONFIG_ARCH_INNOKOM
52 50 CONFIG_ARCH_KIRKWOOD
53   -CONFIG_ARCH_LUBBOCK
54 51 CONFIG_ARCH_MAP_SYSMEM
55 52 CONFIG_ARCH_OMAP4
56 53 CONFIG_ARCH_ORION5X
57   -CONFIG_ARCH_PLEB
58   -CONFIG_ARCH_PXA_CERF
59   -CONFIG_ARCH_PXA_IDP
60 54 CONFIG_ARCH_RMOBILE_BOARD_STRING
61 55 CONFIG_ARCH_RMOBILE_EXTRAM_BOOT
62 56 CONFIG_ARCH_TEGRA