diff options
author | Tom Rini | 2024-04-30 20:41:08 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-06 15:07:49 -0600 |
commit | e7ef4dc0901c976bf9f96b0f91b7ee537c87b101 (patch) | |
tree | a1795337d8bea895c7689ac8e742bb6e2ab1a299 /board/atmel/sama5d2_ptc_ek | |
parent | 5ae45004b5e4532662f93e2ddecadebfd2a066fb (diff) |
board: atmel: 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/atmel/sama5d2_ptc_ek')
-rw-r--r-- | board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c b/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c index 854715ea226..438829df82d 100644 --- a/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c +++ b/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c @@ -4,7 +4,7 @@ * Wenyou Yang <wenyou.yang@microchip.com> */ -#include <common.h> +#include <config.h> #include <debug_uart.h> #include <dm.h> #include <i2c.h> |