aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Zhang <william.zhang@broadcom.com>2022-08-23 21:44:33 -0700
committerTom Rini <trini@konsulko.com>2022-10-31 08:56:00 -0400
commit21545a8cbf9ef3c47a1a8c347ad31e759b00b0c7 (patch)
tree0ef14997a05c73d3d3a4640284d241d3e046ce4a
parent35751c7f3f01a6123e2965ad1b71a8e6a7a9c90d (diff)
downloadu-boot-21545a8cbf9ef3c47a1a8c347ad31e759b00b0c7.zip
u-boot-21545a8cbf9ef3c47a1a8c347ad31e759b00b0c7.tar.gz
u-boot-21545a8cbf9ef3c47a1a8c347ad31e759b00b0c7.tar.bz2
timer: bcmbca: use arm global timer for bcm63138 SoCWIP/2022-10-31-broadcom-updates
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@broadcom.com>
-rw-r--r--arch/arm/mach-bcmbca/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcmbca/Kconfig b/arch/arm/mach-bcmbca/Kconfig
index 27b243c..62b3716 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