blob: 83385c7207d6d059e1000c7074c81f5315a81fe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_COREBOOT
config SYS_BOARD
default "coreboot"
config SYS_VENDOR
default "chromebook-x86"
config SYS_SOC
default "coreboot"
config SYS_CONFIG_NAME
default "coreboot"
endif
|