diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:41:35 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:07:50 -0600 |
| commit | 2559e387084b9729154c990bc595fbfc7acbaf97 (patch) | |
| tree | 5029c6ab197eafbc9653a86c8c357dbecd13b01e | |
| parent | 7c5df51846f86109a238242b80322c22388d744f (diff) | |
board: davinci: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Acked-by: Adam Ford <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/davinci/da8xxevm/da850evm.c | 2 | ||||
| -rw-r--r-- | board/davinci/da8xxevm/omapl138_lcdk.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/davinci/da8xxevm/da850evm.c b/board/davinci/da8xxevm/da850evm.c index 05053a87a5a..0011c828523 100644 --- a/board/davinci/da8xxevm/da850evm.c +++ b/board/davinci/da8xxevm/da850evm.c @@ -8,7 +8,7 @@ * Copyright (C) 2007 Sergey Kubushyn <[email protected]> */ -#include <common.h> +#include <config.h> #include <dm.h> #include <env.h> #include <i2c.h> diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c b/board/davinci/da8xxevm/omapl138_lcdk.c index 9738e2bd9c7..607e05ad9ae 100644 --- a/board/davinci/da8xxevm/omapl138_lcdk.c +++ b/board/davinci/da8xxevm/omapl138_lcdk.c @@ -8,7 +8,7 @@ * Copyright (C) 2007 Sergey Kubushyn <[email protected]> */ -#include <common.h> +#include <config.h> #include <env.h> #include <i2c.h> #include <init.h> |
