Commit e2b70325246f4ea959e883f4caa9e59fb029127d

Authored by Marcel Ziswiler
Committed by Marek Vasut
1 parent 1e49f6e2eb

remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ

Basically finish what the following commit started a long time ago:

488f5d8790c451fc527fe5d2ef218f2a5e40ea17

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>

For mx35pdk/woodburn:

Acked-by: Stefano Babic <sbabic@denx.de>

Showing 12 changed files with 0 additions and 15 deletions Side-by-side Diff

include/configs/balloon3.h
... ... @@ -84,7 +84,6 @@
84 84 /*
85 85 * Clock Configuration
86 86 */
87   -#undef CONFIG_SYS_CLKS_IN_HZ
88 87 #define CONFIG_SYS_CPUSPEED 0x290 /* 520MHz */
89 88  
90 89 /*
include/configs/flea3.h
... ... @@ -124,8 +124,6 @@
124 124 #define CONFIG_SYS_MEMTEST_START 0 /* memtest works on */
125 125 #define CONFIG_SYS_MEMTEST_END 0x10000
126 126  
127   -#undef CONFIG_SYS_CLKS_IN_HZ /* everything, incl board info, in Hz */
128   -
129 127 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
130 128  
131 129 /*
include/configs/mx35pdk.h
... ... @@ -146,8 +146,6 @@
146 146 #define CONFIG_SYS_MEMTEST_START 0 /* memtest works on */
147 147 #define CONFIG_SYS_MEMTEST_END 0x10000
148 148  
149   -#undef CONFIG_SYS_CLKS_IN_HZ /* everything, incl board info, in Hz */
150   -
151 149 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
152 150  
153 151 /*
include/configs/palmld.h
... ... @@ -114,7 +114,6 @@
114 114 /*
115 115 * Clock Configuration
116 116 */
117   -#undef CONFIG_SYS_CLKS_IN_HZ
118 117 #define CONFIG_SYS_CPUSPEED 0x210 /* 416MHz ; N=2,L=16 */
119 118  
120 119 /*
include/configs/palmtc.h
... ... @@ -116,7 +116,6 @@
116 116 /*
117 117 * Clock Configuration
118 118 */
119   -#undef CONFIG_SYS_CLKS_IN_HZ
120 119 #define CONFIG_SYS_CPUSPEED 0x161 /* 400MHz;L=1 M=3 T=1 */
121 120  
122 121 /*
include/configs/palmtreo680.h
... ... @@ -117,7 +117,6 @@
117 117 /*
118 118 * Clock Configuration
119 119 */
120   -#undef CONFIG_SYS_CLKS_IN_HZ
121 120 #define CONFIG_SYS_CPUSPEED 0x210 /* 416MHz ; N=2,L=16 */
122 121  
123 122 /*
include/configs/snowball.h
... ... @@ -175,7 +175,6 @@
175 175 #define CONFIG_SYS_MAXARGS 32 /* max number of command args */
176 176 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Arg Buffer Size */
177 177  
178   -#undef CONFIG_SYS_CLKS_IN_HZ /* everything, incl board info, in Hz */
179 178 #define CONFIG_SYS_LOAD_ADDR 0x00100000 /* default load address */
180 179 #define CONFIG_SYS_LOADS_BAUD_CHANGE 1
181 180  
include/configs/ti816x_evm.h
... ... @@ -58,7 +58,6 @@
58 58 + sizeof(CONFIG_SYS_PROMPT) + 16) /* print buffer size */
59 59 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* boot arg buffer size */
60 60  
61   -#undef CONFIG_SYS_CLKS_IN_HZ
62 61 #define CONFIG_SYS_LOAD_ADDR 0x81000000 /* Default load address */
63 62  
64 63 #define CONFIG_CMD_ASKEN
include/configs/u8500_href.h
... ... @@ -131,7 +131,6 @@
131 131 #define CONFIG_SYS_MAXARGS 32 /* max number of command args */
132 132 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Arg Buffer Size */
133 133  
134   -#undef CONFIG_SYS_CLKS_IN_HZ /* everything, incl board info, in Hz */
135 134 #define CONFIG_SYS_LOAD_ADDR 0x00100000 /* default load address */
136 135 #define CONFIG_SYS_LOADS_BAUD_CHANGE
137 136  
include/configs/vexpress_common.h
... ... @@ -188,7 +188,6 @@
188 188 #define CONFIG_BOOTP_PXE_CLIENTARCH 0x100
189 189  
190 190 /* Miscellaneous configurable options */
191   -#undef CONFIG_SYS_CLKS_IN_HZ
192 191 #define CONFIG_SYS_LOAD_ADDR (V2M_BASE + 0x8000)
193 192 #define LINUX_BOOT_PARAM_ADDR (V2M_BASE + 0x2000)
194 193 #define CONFIG_BOOTDELAY 2
include/configs/woodburn_common.h
... ... @@ -146,8 +146,6 @@
146 146 #define CONFIG_SYS_MEMTEST_START 0 /* memtest works on */
147 147 #define CONFIG_SYS_MEMTEST_END 0x10000
148 148  
149   -#undef CONFIG_SYS_CLKS_IN_HZ /* everything, incl board info, in Hz */
150   -
151 149 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
152 150  
153 151 /*
include/configs/zipitz2.h
... ... @@ -136,7 +136,6 @@
136 136 /*
137 137 * Clock Configuration
138 138 */
139   -#undef CONFIG_SYS_CLKS_IN_HZ
140 139 #define CONFIG_SYS_CPUSPEED 0x190 /* standard setting for 312MHz; L=16, N=1.5, A=0, SDCLK!=SystemBus */
141 140  
142 141 /*