commit | e9de59f33fdf49912437146b9e2c4d0a6db259b9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 12 17:22:26 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:00 2022 -0400 |
tree | 2f850ee0665b1cc4ecdd5900904f935ae8640b32 | |
parent | 4780550b12f66654f27d7190b59015322ab969f9 [diff] |
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>