]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Convert CONFIG_EXTRA_CLOCK to Kconfig
authorTom Rini <trini@konsulko.com>
Thu, 16 Jun 2022 18:04:33 +0000 (14:04 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 5 Jul 2022 21:03:01 +0000 (17:03 -0400)
This converts the following to Kconfig:
   CONFIG_EXTRA_CLOCK

Signed-off-by: Tom Rini <trini@konsulko.com>
board/sysam/stmark2/Kconfig
include/configs/stmark2.h

index 4abcdb3aaf16b726fe1d3e13f6c3642dd99f9ec8..49d02744a9a03e5469493d37e381e3d0f7ee5b41 100644 (file)
@@ -3,6 +3,9 @@ if TARGET_STMARK2
 config CF_SBF
        def_bool y
 
+config EXTRA_CLOCK
+       def_bool y
+
 config SYS_INPUT_CLKSRC
        hex
        default 30000000
index 2195feeb658eb3fe386e2d0ab172da643fe6d51c..797d9bbb4af16db0f0866f85ce6e8527a89b1811 100644 (file)
@@ -41,7 +41,6 @@
 #define CONFIG_SYS_SBFHDR_SIZE         0x7
 
 /* Input, PCI, Flexbus, and VCO */
-#define CONFIG_EXTRA_CLOCK
 
 #define CONFIG_PRAM                    2048    /* 2048 KB */