blob: 29ff99511cd3210748bb0b36879173308fca7a7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if ARCH_HIGHBANK
config SYS_CPU
default "armv7"
config SYS_BOARD
default "highbank"
config SYS_SOC
default "highbank"
config SYS_CONFIG_NAME
default "highbank"
endif
|