mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 23:41:50 +00:00
Convert CONFIG_EXTRA_CLOCK to Kconfig
This converts the following to Kconfig: CONFIG_EXTRA_CLOCK Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
c24e8e2bb3
commit
f96096d0dc
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,9 @@ if TARGET_STMARK2
|
||||||
config CF_SBF
|
config CF_SBF
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
|
config EXTRA_CLOCK
|
||||||
|
def_bool y
|
||||||
|
|
||||||
config SYS_INPUT_CLKSRC
|
config SYS_INPUT_CLKSRC
|
||||||
hex
|
hex
|
||||||
default 30000000
|
default 30000000
|
||||||
|
|
|
@ -41,7 +41,6 @@
|
||||||
#define CONFIG_SYS_SBFHDR_SIZE 0x7
|
#define CONFIG_SYS_SBFHDR_SIZE 0x7
|
||||||
|
|
||||||
/* Input, PCI, Flexbus, and VCO */
|
/* Input, PCI, Flexbus, and VCO */
|
||||||
#define CONFIG_EXTRA_CLOCK
|
|
||||||
|
|
||||||
#define CONFIG_PRAM 2048 /* 2048 KB */
|
#define CONFIG_PRAM 2048 /* 2048 KB */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue