aboutsummaryrefslogtreecommitdiff
path: root/board/broadcom
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2019-02-11 15:56:14 +0100
committerTom Rini <trini@konsulko.com>2019-02-19 08:55:43 -0500
commit4ebcb16b51589f6eb88d698f81a314f064db6487 (patch)
treec85b458991ac30fffede5336290930ad4a874445 /board/broadcom
parent1e7883f6325ae1cba2a92fcdf06d892f475fc5d2 (diff)
downloadu-boot-4ebcb16b51589f6eb88d698f81a314f064db6487.zip
u-boot-4ebcb16b51589f6eb88d698f81a314f064db6487.tar.gz
u-boot-4ebcb16b51589f6eb88d698f81a314f064db6487.tar.bz2
bcm963158: use TARGET_BCM963158 instead of ARCH_BCM63158
We use TARGET_BCM63158 in the Kconfig instead of ARCH_BCM63158, so we could add other board that use a bcm63158. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'board/broadcom')
-rw-r--r--board/broadcom/bcm963158/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/broadcom/bcm963158/Kconfig b/board/broadcom/bcm963158/Kconfig
index 41b6adb..08a8bc1 100644
--- a/board/broadcom/bcm963158/Kconfig
+++ b/board/broadcom/bcm963158/Kconfig
@@ -1,4 +1,4 @@
-if ARCH_BCM63158
+if TARGET_BCM963158
config SYS_VENDOR
default "broadcom"