[U-Boot] [PATCH] bcm963158: use TARGET_BCM963158 instead of ARCH_BCM63158
Philippe Reynes
philippe.reynes at softathome.com
Mon Feb 11 14:56:14 UTC 2019
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 at softathome.com>
---
board/broadcom/bcm963158/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
--
2.7.4
More information about the U-Boot
mailing list