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