diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:41 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:41 -0400 |
commit | 8bbbd6337361cadad96b163bde4ae675752b7778 (patch) | |
tree | 82e207c8b1a509d069177fb4489b1dfcba467b15 /arch/arm/include/asm/arch-omap4/clock.h | |
parent | 8f527342db4160a1f030de6fe4a1591787cce65a (diff) | |
parent | 4151f4f822bb075c05e3407d184dfd018723724d (diff) | |
download | u-boot-8bbbd6337361cadad96b163bde4ae675752b7778.tar.gz |
Merge branch '2022-06-06-finish-SPL-Kconfig-migration' into next
- Bring in a number of series of patches that migrate all remaining
CONFIG_SPL symbols to Kconfig, remove some dead code that this
uncovered and then start to tighten the dependencies in Kconfig now
that everything is migrated and these relationships can be clearly
expressed.
Diffstat (limited to 'arch/arm/include/asm/arch-omap4/clock.h')
-rw-r--r-- | arch/arm/include/asm/arch-omap4/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap4/clock.h b/arch/arm/include/asm/arch-omap4/clock.h index 0a626fe647a..4054dd8edcb 100644 --- a/arch/arm/include/asm/arch-omap4/clock.h +++ b/arch/arm/include/asm/arch-omap4/clock.h @@ -7,7 +7,6 @@ */ #ifndef _CLOCKS_OMAP4_H_ #define _CLOCKS_OMAP4_H_ -#include <asm/omap_common.h> /* * Assuming a maximum of 1.5 GHz ARM speed and a minimum of 2 cycles per |