[PATCH 2/2] timer: bcmbca: use arm global timer for bcm63138 SoS

William Zhang william.zhang at broadcom.com
Wed Aug 24 01:34:53 CEST 2022


As STI timer is renamed to ARM A9 global timer, change BCM63138 to use
the new global timer config symbol name.

This patch applies on top of the my previous patch [1].

[1]: https://lists.denx.de/pipermail/u-boot/2022-August//491060.html

Signed-off-by: William Zhang <william.zhang at broadcom.com>

---

 arch/arm/mach-bcmbca/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-bcmbca/Kconfig b/arch/arm/mach-bcmbca/Kconfig
index 27b243cbc3d8..62b371612b6a 100644
--- a/arch/arm/mach-bcmbca/Kconfig
+++ b/arch/arm/mach-bcmbca/Kconfig
@@ -29,7 +29,7 @@ config BCM4912
 config BCM63138
 	bool "Support for Broadcom 63138 Family"
 	select TIMER
-	select STI_TIMER
+	select ARM_GLOBAL_TIMER
 	select CPU_V7A
 	select DM_SERIAL
 	select BCM6345_SERIAL
-- 
2.37.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4212 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220823/3158ec8a/attachment.bin>


More information about the U-Boot mailing list