blob: 1953f5041b80ca17f856e363cc7194180eaf773f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_M53MENLO
config SYS_BOARD
default "m53menlo"
config SYS_VENDOR
default "menlo"
config SYS_SOC
default "mx5"
config SYS_CONFIG_NAME
default "m53menlo"
endif
|