mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
26e5944ec9
This platform is the only one to set these options, so define them in the board Kconfig file. Cc: Angelo Dureghello <angelo@sysam.it> Signed-off-by: Tom Rini <trini@konsulko.com>
22 lines
252 B
Text
22 lines
252 B
Text
if TARGET_STMARK2
|
|
|
|
config CF_SBF
|
|
def_bool y
|
|
|
|
config SYS_INPUT_CLKSRC
|
|
hex
|
|
default 30000000
|
|
|
|
config SYS_CPU
|
|
default "mcf5445x"
|
|
|
|
config SYS_BOARD
|
|
default "stmark2"
|
|
|
|
config SYS_VENDOR
|
|
default "sysam"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "stmark2"
|
|
|
|
endif
|