blob: 34b596714f3316545c8ed13bfa77af6fa36549c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_IRONHIDE
config SYS_SOC
default "renesas"
config SYS_BOARD
default "ironhide"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "ironhide"
endif
|