aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/m5329evb
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:41:48 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:24 -0600
commitb8d59ba049daa4d9a1d81b0f2215edac1c7b0798 (patch)
tree80297d7684b2885921a33ef72002dfadfccb86d9 /board/freescale/m5329evb
parent1ec524a36f9be2e89ffd14f7584ebdb7a3a210a8 (diff)
downloadu-boot-b8d59ba049daa4d9a1d81b0f2215edac1c7b0798.zip
u-boot-b8d59ba049daa4d9a1d81b0f2215edac1c7b0798.tar.gz
u-boot-b8d59ba049daa4d9a1d81b0f2215edac1c7b0798.tar.bz2
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/m5329evb')
-rw-r--r--board/freescale/m5329evb/m5329evb.c1
-rw-r--r--board/freescale/m5329evb/nand.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/m5329evb/m5329evb.c b/board/freescale/m5329evb/m5329evb.c
index b278dbf..26d5f3b 100644
--- a/board/freescale/m5329evb/m5329evb.c
+++ b/board/freescale/m5329evb/m5329evb.c
@@ -8,7 +8,6 @@
*/
#include <config.h>
-#include <common.h>
#include <init.h>
#include <asm/global_data.h>
#include <asm/immap.h>
diff --git a/board/freescale/m5329evb/nand.c b/board/freescale/m5329evb/nand.c
index d921eef..a250d61 100644
--- a/board/freescale/m5329evb/nand.c
+++ b/board/freescale/m5329evb/nand.c
@@ -8,7 +8,6 @@
*/
#include <config.h>
-#include <common.h>
#include <asm/io.h>
#include <asm/immap.h>