]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
authorMarcel Ziswiler <marcel@ziswiler.com>
Sat, 28 Feb 2015 23:53:09 +0000 (00:53 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:23 +0000 (14:10 +0200)
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>
12 files changed:
include/configs/balloon3.h
include/configs/flea3.h
include/configs/mx35pdk.h
include/configs/palmld.h
include/configs/palmtc.h
include/configs/palmtreo680.h
include/configs/snowball.h
include/configs/ti816x_evm.h
include/configs/u8500_href.h
include/configs/vexpress_common.h
include/configs/woodburn_common.h
include/configs/zipitz2.h

index 2f5a6609b8e84ae73a3d0aa9568d73121815f5bb..8dabc809747b358f5f671c42c00831e5a3df3ce1 100644 (file)
@@ -84,7 +84,6 @@
 /*
  * Clock Configuration
  */
-#undef CONFIG_SYS_CLKS_IN_HZ
 #define        CONFIG_SYS_CPUSPEED             0x290           /* 520MHz */
 
 /*
index 7f10e9b9329da904ab3fa1ce6fb6186f3e4e6207..6f6b3b76f81b1fbfe2c0f0acb1496b13310a5827 100644 (file)
 #define CONFIG_SYS_MEMTEST_START       0       /* memtest works on */
 #define CONFIG_SYS_MEMTEST_END         0x10000
 
-#undef CONFIG_SYS_CLKS_IN_HZ   /* everything, incl board info, in Hz */
-
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 
 /*
index 34eb1cfcd6c2ea3b3fd70f7530c7c67cf232af27..dd6aeee659df4cc0e9658095398c5f77cdfd2b2d 100644 (file)
 #define CONFIG_SYS_MEMTEST_START       0       /* memtest works on */
 #define CONFIG_SYS_MEMTEST_END         0x10000
 
-#undef CONFIG_SYS_CLKS_IN_HZ   /* everything, incl board info, in Hz */
-
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 
 /*
index 9480d8daf2f28ed5c5f686ea4ce0941a42f98c6a..7dbc9aee3ac223cf23afe4a29b7aab364b742e30 100644 (file)
 /*
  * Clock Configuration
  */
-#undef CONFIG_SYS_CLKS_IN_HZ
 #define        CONFIG_SYS_CPUSPEED             0x210           /* 416MHz ; N=2,L=16 */
 
 /*
index 8abce1b425f66bfddf92a02780ed0fa01f395a6c..75506b22f334010009595b01f41eef3badb1726f 100644 (file)
 /*
  * Clock Configuration
  */
-#undef CONFIG_SYS_CLKS_IN_HZ
 #define        CONFIG_SYS_CPUSPEED             0x161           /* 400MHz;L=1 M=3 T=1 */
 
 /*
index 6490be55045286c7e943010ee18dc1fe63033f68..bd0f44b0d8993b44729850507035f7e76eb6be30 100644 (file)
 /*
  * Clock Configuration
  */
-#undef  CONFIG_SYS_CLKS_IN_HZ
 #define CONFIG_SYS_CPUSPEED             0x210           /* 416MHz ; N=2,L=16 */
 
 /*
index dacb5604cd6400ec442199d9628af9e3bc7a7588..126201cf9619d49cbef13ceed3e49c7c93c32925 100644 (file)
 #define CONFIG_SYS_MAXARGS     32      /* max number of command args */
 #define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE /* Boot Arg Buffer Size */
 
-#undef CONFIG_SYS_CLKS_IN_HZ           /* everything, incl board info, in Hz */
 #define CONFIG_SYS_LOAD_ADDR           0x00100000 /* default load address */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE   1
 
index 87a4efcd5a89377dbe72b91c861d40ee5f9beb88..f69a5599262d40fe3aa30da2e777b5e7fd070520 100644 (file)
@@ -58,7 +58,6 @@
                + sizeof(CONFIG_SYS_PROMPT) + 16) /* print buffer size */
 #define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE /* boot arg buffer size */
 
-#undef  CONFIG_SYS_CLKS_IN_HZ
 #define CONFIG_SYS_LOAD_ADDR           0x81000000 /* Default load address */
 
 #define CONFIG_CMD_ASKEN
index 8d7970a376ee44bb6411ad6974e8c33c084bfbd7..5302b1fb81dd43ac0abefa6d8800c4a75fe97192 100644 (file)
 #define CONFIG_SYS_MAXARGS     32      /* max number of command args */
 #define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE /* Boot Arg Buffer Size */
 
-#undef CONFIG_SYS_CLKS_IN_HZ           /* everything, incl board info, in Hz */
 #define CONFIG_SYS_LOAD_ADDR           0x00100000 /* default load address */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE
 
index 2dea9210454a7b6dd7cf824aea89295d84864e22..989e755279ea442bc6c4aabc6fb4e9b9d335b785 100644 (file)
 #define CONFIG_BOOTP_PXE_CLIENTARCH    0x100
 
 /* Miscellaneous configurable options */
-#undef CONFIG_SYS_CLKS_IN_HZ
 #define CONFIG_SYS_LOAD_ADDR           (V2M_BASE + 0x8000)
 #define LINUX_BOOT_PARAM_ADDR          (V2M_BASE + 0x2000)
 #define CONFIG_BOOTDELAY               2
index fb9929170dd5d542a87d085ee8a4d13177e97b22..d9947ea73858e6d5f7d61fbe86b5c81e92820472 100644 (file)
 #define CONFIG_SYS_MEMTEST_START       0       /* memtest works on */
 #define CONFIG_SYS_MEMTEST_END         0x10000
 
-#undef CONFIG_SYS_CLKS_IN_HZ   /* everything, incl board info, in Hz */
-
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 
 /*
index fe331bc0825989a7c612a01b2fcbe20b81bdaff5..1dbbc15256e3563708e23f34739d3926ae779461 100644 (file)
@@ -136,7 +136,6 @@ unsigned char zipitz2_spi_read(void);
 /*
  * Clock Configuration
  */
-#undef CONFIG_SYS_CLKS_IN_HZ
 #define CONFIG_SYS_CPUSPEED            0x190           /* standard setting for 312MHz; L=16, N=1.5, A=0, SDCLK!=SystemBus */
 
 /*