diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:59 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:25 -0600 |
commit | f7fd0355e0c1ca6021dc00054fd43ff10040b6d0 (patch) | |
tree | c66003cfd071c8c3e51ebd3f045198e259cfa261 /board/imgtec/xilfpga/xilfpga.c | |
parent | 5c1b46f98e02de47eeba0eab29f57a5341d04941 (diff) |
board: imgtec: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/imgtec/xilfpga/xilfpga.c')
-rw-r--r-- | board/imgtec/xilfpga/xilfpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/imgtec/xilfpga/xilfpga.c b/board/imgtec/xilfpga/xilfpga.c index 71226927211..e50ee8efe55 100644 --- a/board/imgtec/xilfpga/xilfpga.c +++ b/board/imgtec/xilfpga/xilfpga.c @@ -8,7 +8,7 @@ * */ -#include <common.h> +#include <config.h> #include <init.h> #include <asm/global_data.h> |