mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
19 lines
225 B
Text
19 lines
225 B
Text
|
if TARGET_BCM28155_AP
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "bcm28155_ap"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "broadcom"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "bcm281xx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "bcm28155_ap"
|
||
|
|
||
|
endif
|