diff options
author | Tom Rini <trini@konsulko.com> | 2022-09-20 08:50:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-09-20 08:50:07 -0400 |
commit | ebdd6afa543324648138f780a648b8fb65d488eb (patch) | |
tree | a16a1ae2c5f8cb496d35dce2e355eb88c91c3b84 /arch/arm/mach-mvebu/include | |
parent | 245746e8e09a408fc5f72762b3d430c3ecd60dfc (diff) | |
parent | 7a6102a6133a1f7a368c91626bb1707bed2bac45 (diff) |
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next
- Enable CONFIG_TIMER for all Kirkwood / MVEBU boards (Stefan)
- u-boot-spl.kwb/SPL: Add / improve size limit setup / detection (Pali)
- mvebu: theadorable: Misc updates in defconfig und dts (Stefan)
Diffstat (limited to 'arch/arm/mach-mvebu/include')
-rw-r--r-- | arch/arm/mach-mvebu/include/mach/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/config.h b/arch/arm/mach-mvebu/include/mach/config.h index 0bba0a4cf9..2e06f2bdae 100644 --- a/arch/arm/mach-mvebu/include/mach/config.h +++ b/arch/arm/mach-mvebu/include/mach/config.h @@ -39,9 +39,4 @@ #endif #endif -/* Use common timer */ -#define CONFIG_SYS_TIMER_COUNTS_DOWN -#define CONFIG_SYS_TIMER_COUNTER (MVEBU_TIMER_BASE + 0x14) -#define CONFIG_SYS_TIMER_RATE 25000000 - #endif /* __MVEBU_CONFIG_H */ |