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/boston/ddr.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/boston/ddr.c')
-rw-r--r-- | board/imgtec/boston/ddr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/imgtec/boston/ddr.c b/board/imgtec/boston/ddr.c index cecf454011c..55356d1175d 100644 --- a/board/imgtec/boston/ddr.c +++ b/board/imgtec/boston/ddr.c @@ -3,7 +3,7 @@ * Copyright (C) 2016 Imagination Technologies */ -#include <common.h> +#include <config.h> #include <init.h> #include <asm/global_data.h> |