aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/t4rdb/tlb.c
diff options
context:
space:
mode:
authorTom Rini2024-04-30 20:41:48 -0600
committerTom Rini2024-05-07 08:00:24 -0600
commitb8d59ba049daa4d9a1d81b0f2215edac1c7b0798 (patch)
tree80297d7684b2885921a33ef72002dfadfccb86d9 /board/freescale/t4rdb/tlb.c
parent1ec524a36f9be2e89ffd14f7584ebdb7a3a210a8 (diff)
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/t4rdb/tlb.c')
-rw-r--r--board/freescale/t4rdb/tlb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/freescale/t4rdb/tlb.c b/board/freescale/t4rdb/tlb.c
index f5af893c2d9..1fb9d41d52b 100644
--- a/board/freescale/t4rdb/tlb.c
+++ b/board/freescale/t4rdb/tlb.c
@@ -3,8 +3,9 @@
* Copyright 2014 Freescale Semiconductor, Inc.
*/
-#include <common.h>
+#include <config.h>
#include <asm/mmu.h>
+#include <asm/ppc.h>
struct fsl_e_tlb_entry tlb_table[] = {
/* TLB 0 - for temp stack in cache */