diff options
| author | Andrew Davis <[email protected]> | 2023-11-17 16:38:28 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-29 09:32:15 -0500 |
| commit | cef52c9cb2d0d1bcef32ec700e37e99a592bd175 (patch) | |
| tree | 1e83646453c50479be20feb22266bfd42fd3c627 /include | |
| parent | 83ad745cb9add78f33182d02dfcb0a0a723d8907 (diff) | |
configs: keystone2: Do not include hardware.h
This is a hacky way to have this file included in all source files that
include common.h, instead just include from the files that need it.
Signed-off-by: Andrew Davis <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ti_armv7_keystone2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index 637e9e4369e..b36207cb5d1 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -52,7 +52,6 @@ #include <configs/ti_armv7_common.h> /* we may include files below only after all above definitions */ -#include <asm/arch/hardware.h> #include <asm/arch/clock.h> #ifndef CONFIG_SOC_K2G #define CFG_SYS_HZ_CLOCK ks_clk_get_rate(KS2_CLK1_6) |
