blob: 4abcdb3aaf16b726fe1d3e13f6c3642dd99f9ec8 [file] [log] [blame]
Angelo Dureghello67c4e482017-08-07 01:17:18 +02001if TARGET_STMARK2
2
Tom Rini054a8912022-03-23 17:19:52 -04003config CF_SBF
4 def_bool y
5
6config SYS_INPUT_CLKSRC
7 hex
8 default 30000000
9
Angelo Dureghello67c4e482017-08-07 01:17:18 +020010config SYS_CPU
11 default "mcf5445x"
12
13config SYS_BOARD
14 default "stmark2"
15
16config SYS_VENDOR
17 default "sysam"
18
19config SYS_CONFIG_NAME
20 default "stmark2"
21
22endif