diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:42:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:40 -0600 |
commit | 49f83937e992dfcab1898dbd376a3ed4c73afba2 (patch) | |
tree | e56298b51e3628ce190fadc1304b07d65b39d101 /board/softing/vining_fpga/socfpga.c | |
parent | 58be9158067aa28138dc3558e1b1136655e01aed (diff) |
board: softing: 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/softing/vining_fpga/socfpga.c')
-rw-r--r-- | board/softing/vining_fpga/socfpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/softing/vining_fpga/socfpga.c b/board/softing/vining_fpga/socfpga.c index b3f9550742e..2483fbcf263 100644 --- a/board/softing/vining_fpga/socfpga.c +++ b/board/softing/vining_fpga/socfpga.c @@ -3,7 +3,7 @@ * Copyright (C) 2012 Altera Corporation <www.altera.com> */ -#include <common.h> +#include <config.h> #include <eeprom.h> #include <env.h> #include <init.h> |