From: Philippe Reynes Date: Mon, 11 Feb 2019 14:56:14 +0000 (+0100) Subject: bcm963158: use TARGET_BCM963158 instead of ARCH_BCM63158 X-Git-Tag: v2019.04-rc3~15^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ebcb16b51589f6eb88d698f81a314f064db6487;p=platform%2Fkernel%2Fu-boot.git 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 --- 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"