diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-12 17:22:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:00 -0400 |
commit | 12f613cf0e823b278917faf58643383bf309e668 (patch) | |
tree | 2f850ee0665b1cc4ecdd5900904f935ae8640b32 /include/configs/sniper.h | |
parent | 167f699ba142193e67cade8d19127cfda723ce38 (diff) | |
download | u-boot-12f613cf0e823b278917faf58643383bf309e668.tar.gz u-boot-12f613cf0e823b278917faf58643383bf309e668.tar.bz2 u-boot-12f613cf0e823b278917faf58643383bf309e668.zip |
arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespace
This is always defined to 2, and referenced in two places. Move the
define to <asm/omap_common.h> and make sure the code that uses this
includes that file. Make <asm/arch-omap*/clock.h> not include that
file, as we don't need to be doing so.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sniper.h')
-rw-r--r-- | include/configs/sniper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 2a2609d966..2daaadd314 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -16,7 +16,6 @@ */ #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 -#define CONFIG_SYS_PTV 2 #define V_NS16550_CLK 48000000 #define V_OSCK 26000000 |