diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:48 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:24 -0600 |
commit | b8d59ba049daa4d9a1d81b0f2215edac1c7b0798 (patch) | |
tree | 80297d7684b2885921a33ef72002dfadfccb86d9 /board/freescale/ls1028a/ls1028a.c | |
parent | 1ec524a36f9be2e89ffd14f7584ebdb7a3a210a8 (diff) | |
download | u-boot-b8d59ba049daa4d9a1d81b0f2215edac1c7b0798.tar.gz u-boot-b8d59ba049daa4d9a1d81b0f2215edac1c7b0798.tar.bz2 u-boot-b8d59ba049daa4d9a1d81b0f2215edac1c7b0798.zip |
board: freescale: 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: Jason Liu <jason.hui.liu@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/ls1028a/ls1028a.c')
-rw-r--r-- | board/freescale/ls1028a/ls1028a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a/ls1028a.c index 7f181ab3df..e01b5a8c2e 100644 --- a/board/freescale/ls1028a/ls1028a.c +++ b/board/freescale/ls1028a/ls1028a.c @@ -3,7 +3,7 @@ * Copyright 2019-2022 NXP */ -#include <common.h> +#include <config.h> #include <display_options.h> #include <init.h> #include <malloc.h> |