]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespace
authorTom Rini <trini@konsulko.com>
Thu, 12 May 2022 21:22:26 +0000 (17:22 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:00 +0000 (12:09 -0400)
commit12f613cf0e823b278917faf58643383bf309e668
tree2f850ee0665b1cc4ecdd5900904f935ae8640b32
parent167f699ba142193e67cade8d19127cfda723ce38
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>
13 files changed:
arch/arm/include/asm/arch-omap4/clock.h
arch/arm/include/asm/arch-omap5/clock.h
arch/arm/include/asm/omap_common.h
arch/arm/mach-omap2/sata.c
arch/arm/mach-omap2/timer.c
drivers/timer/omap-timer.c
include/configs/bur_am335x_common.h
include/configs/nokia_rx51.h
include/configs/siemens-am33x-common.h
include/configs/sniper.h
include/configs/ti814x_evm.h
include/configs/ti816x_evm.h
include/configs/ti_armv7_common.h