mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 09:13:06 +00:00
18 lines
222 B
Text
18 lines
222 B
Text
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# (C) Copyright 2022 Broadcom Ltd
|
||
|
#
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "bcmbca"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "broadcom"
|
||
|
|
||
|
if TARGET_BCM947622
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "bcm947622"
|
||
|
|
||
|
endif
|