blob: 49d02744a9a03e5469493d37e381e3d0f7ee5b41 [file] [log] [blame]
Angelo Dureghelloa3730242017-08-07 01:17:18 +02001if TARGET_STMARK2
2
Tom Rini26e59442022-03-23 17:19:52 -04003config CF_SBF
4 def_bool y
5
Tom Rinif96096d2022-06-16 14:04:33 -04006config EXTRA_CLOCK
7 def_bool y
8
Tom Rini26e59442022-03-23 17:19:52 -04009config SYS_INPUT_CLKSRC
10 hex
11 default 30000000
12
Angelo Dureghelloa3730242017-08-07 01:17:18 +020013config SYS_CPU
14 default "mcf5445x"
15
16config SYS_BOARD
17 default "stmark2"
18
19config SYS_VENDOR
20 default "sysam"
21
22config SYS_CONFIG_NAME
23 default "stmark2"
24
25endif