Commit c29d2a2432b92ec249385ce600ff912d929715f2

Authored by Marek Vasut
1 parent 2519a293d5

ARM: rmobile: Zap CONFIG_SYS_CLK_FREQ where applicable

The CONFIG_SYS_CLK_FREQ is not used on some of the Gen3 boards,
remove it. Moreover, on Ebisu this actually didn't match the
comment in the config file at all, but since it was not used,
there was no real problem.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Showing 4 changed files with 0 additions and 16 deletions Side-by-side Diff

include/configs/draak.h
... ... @@ -15,10 +15,6 @@
15 15 #define CONFIG_BITBANGMII
16 16 #define CONFIG_BITBANGMII_MULTI
17 17  
18   -/* Board Clock */
19   -/* XTAL_CLK : 33.33MHz */
20   -#define CONFIG_SYS_CLK_FREQ 33333333u
21   -
22 18 /* Generic Timer Definitions (use in assembler source) */
23 19 #define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
24 20  
include/configs/ebisu.h
... ... @@ -18,10 +18,6 @@
18 18 #define CONFIG_BITBANGMII
19 19 #define CONFIG_BITBANGMII_MULTI
20 20  
21   -/* Board Clock */
22   -/* XTAL_CLK : 33.33MHz */
23   -#define CONFIG_SYS_CLK_FREQ 48000000u
24   -
25 21 /* Generic Timer Definitions (use in assembler source) */
26 22 #define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
27 23  
include/configs/salvator-x.h
... ... @@ -15,10 +15,6 @@
15 15 #define CONFIG_BITBANGMII
16 16 #define CONFIG_BITBANGMII_MULTI
17 17  
18   -/* Board Clock */
19   -/* XTAL_CLK : 33.33MHz */
20   -#define CONFIG_SYS_CLK_FREQ 33333333u
21   -
22 18 /* Generic Timer Definitions (use in assembler source) */
23 19 #define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
24 20  
include/configs/ulcb.h
... ... @@ -15,10 +15,6 @@
15 15 #define CONFIG_BITBANGMII
16 16 #define CONFIG_BITBANGMII_MULTI
17 17  
18   -/* Board Clock */
19   -/* XTAL_CLK : 33.33MHz */
20   -#define CONFIG_SYS_CLK_FREQ 33333333u
21   -
22 18 /* Generic Timer Definitions (use in assembler source) */
23 19 #define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
24 20