diff options
| author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:42:44 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:40 -0600 |
| commit | 1089cf9cdd8e3091a2f9c83d437cee980eb1db6b (patch) | |
| tree | ef268ea30d62adc1d14c459af658f0d7634d8a8e /board/silinux/ek874/ek874.c | |
| parent | bdae1d831fa762e8fceb715a8117f5a8547ecb27 (diff) | |
board: silinux: 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/silinux/ek874/ek874.c')
| -rw-r--r-- | board/silinux/ek874/ek874.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/silinux/ek874/ek874.c b/board/silinux/ek874/ek874.c index 6dc804a0c06..a3fe6f96d09 100644 --- a/board/silinux/ek874/ek874.c +++ b/board/silinux/ek874/ek874.c @@ -6,8 +6,8 @@ * Copyright (C) 2021 Renesas Electronics Corporation */ -#include <common.h> #include <asm/global_data.h> +#include <asm/u-boot.h> #include <asm/io.h> #define RST_BASE 0xE6160000 |
