]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mvebu: axp: Set CONFIG_SYS_TCLK globally
authorPali Rohár <pali@kernel.org>
Sat, 31 Jul 2021 12:22:55 +0000 (14:22 +0200)
committerStefan Roese <sr@denx.de>
Wed, 11 Aug 2021 06:42:26 +0000 (08:42 +0200)
This mvebu axp platform always uses fixed 250 MHz TCLK. So specify this
CONFIG_SYS_TCLK option in msys section of global file soc.h file instead of
manual configuration in every board file.

Now every #if-#else case of soc.h file defines CONFIG_SYS_TCLK, so remove
useless default CONFIG_SYS_TCLK value from the end of soc.h file.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/include/mach/soc.h
include/configs/db-mv784mp-gp.h
include/configs/ds414.h
include/configs/maxbcm.h
include/configs/theadorable.h

index e29c0f32c3de8a30761c7fb4095d161c79fd65aa..8e8a4058550eb2e290c79e32009b44b63ed7c706 100644 (file)
 
 #define BOOT_FROM_UART         0x2
 #define BOOT_FROM_SPI          0x3
-#endif
 
-/* TCLK Core Clock definition */
-#ifndef CONFIG_SYS_TCLK
 #define CONFIG_SYS_TCLK                250000000       /* 250MHz */
 #endif
 
index b3c4079ae13330a015b402178e1bb8c80aeb9213..dd0c3cb7ad9cab1c7144a2cd0d3059feb1980d07 100644 (file)
@@ -16,7 +16,6 @@
  * for DDR ECC byte filling in the SPL before loading the main
  * U-Boot into it.
  */
-#define CONFIG_SYS_TCLK                250000000       /* 250MHz */
 
 /* I2C */
 #define CONFIG_SYS_I2C_LEGACY
index 4475de24a9d04629a12eceeac6b1bdf229dbc18b..5d401281c7e69da922fb1407b51748be4d8ed6d2 100644 (file)
@@ -18,7 +18,6 @@
  * for DDR ECC byte filling in the SPL before loading the main
  * U-Boot into it.
  */
-#define CONFIG_SYS_TCLK                250000000       /* 250MHz */
 
 /* I2C */
 #define CONFIG_SYS_I2C_LEGACY
index c456921ea19624905861fb0f258b3cc76d91c99b..fc2393204bec762223c54a95be49091d7c8fc570 100644 (file)
@@ -15,7 +15,6 @@
  * for DDR ECC byte filling in the SPL before loading the main
  * U-Boot into it.
  */
-#define CONFIG_SYS_TCLK                250000000       /* 250MHz */
 
 /* I2C */
 #define CONFIG_SYS_I2C_LEGACY
index c6a2cfe9310fa33d51db0d4cf930ab96038a6e62..760713d3ef87ad988715db0878587cc53dc99672 100644 (file)
@@ -15,7 +15,6 @@
  * for DDR ECC byte filling in the SPL before loading the main
  * U-Boot into it.
  */
-#define CONFIG_SYS_TCLK                250000000       /* 250MHz */
 
 /*
  * The debugging version enables USB support via defconfig.