mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
timer: bcmbca: use arm global timer for bcm63138 SoC
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>
This commit is contained in:
parent
35751c7f3f
commit
21545a8cbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue