Angelo Dureghello | 67c4e48 | 2017-08-07 01:17:18 +0200 | [diff] [blame] | 1 | if TARGET_STMARK2 |
2 | |||||
Tom Rini | 054a891 | 2022-03-23 17:19:52 -0400 | [diff] [blame] | 3 | config CF_SBF |
4 | def_bool y | ||||
5 | |||||
6 | config SYS_INPUT_CLKSRC | ||||
7 | hex | ||||
8 | default 30000000 | ||||
9 | |||||
Angelo Dureghello | 67c4e48 | 2017-08-07 01:17:18 +0200 | [diff] [blame] | 10 | config SYS_CPU |
11 | default "mcf5445x" | ||||
12 | |||||
13 | config SYS_BOARD | ||||
14 | default "stmark2" | ||||
15 | |||||
16 | config SYS_VENDOR | ||||
17 | default "sysam" | ||||
18 | |||||
19 | config SYS_CONFIG_NAME | ||||
20 | default "stmark2" | ||||
21 | |||||
22 | endif |