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 /drivers/memory | |
| 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 'drivers/memory')
| -rw-r--r-- | drivers/memory/ti-aemif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/ti-aemif.c b/drivers/memory/ti-aemif.c index c4bc88c1510..41325eb0f94 100644 --- a/drivers/memory/ti-aemif.c +++ b/drivers/memory/ti-aemif.c @@ -7,6 +7,7 @@ */ #include <common.h> +#include <asm/arch/hardware.h> #include <asm/ti-common/ti-aemif.h> #define AEMIF_WAITCYCLE_CONFIG (KS2_AEMIF_CNTRL_BASE + 0x4) |
