mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

Make use of OF_UPSTREAM which uses Linux dts. Signed-off-by: david regan <dregan@broadcom.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Reviewed-by: William Zhang <william.zhang@broadcom.com> Reviewed-by: Anand Gore <anand.gore@broadcom.com>
18 lines
273 B
Text
18 lines
273 B
Text
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2022 Broadcom Ltd
|
|
#
|
|
|
|
if BCM6856
|
|
|
|
config TARGET_BCM96856
|
|
bool "Broadcom 6856 Reference Board"
|
|
depends on ARCH_BCMBCA
|
|
imply OF_UPSTREAM
|
|
|
|
config SYS_SOC
|
|
default "bcm6856"
|
|
|
|
source "board/broadcom/bcmbca/Kconfig"
|
|
|
|
endif
|