diff mbox series

[U-Boot] bcm963158: use TARGET_BCM963158 instead of ARCH_BCM63158

Message ID 1549896974-12592-1-git-send-email-philippe.reynes@softathome.com
State Accepted
Commit 4ebcb16b51589f6eb88d698f81a314f064db6487
Delegated to: Tom Rini
Headers show
Series [U-Boot] bcm963158: use TARGET_BCM963158 instead of ARCH_BCM63158 | expand

Commit Message

Philippe REYNES Feb. 11, 2019, 2:56 p.m. UTC
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>
---
 board/broadcom/bcm963158/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Feb. 20, 2019, 1:58 a.m. UTC | #1
On Mon, Feb 11, 2019 at 03:56:14PM +0100, Philippe Reynes wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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"