diff options
Diffstat (limited to 'board/freescale/t4rdb/tlb.c')
-rw-r--r-- | board/freescale/t4rdb/tlb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/freescale/t4rdb/tlb.c b/board/freescale/t4rdb/tlb.c index 1fb9d41d52b..f5af893c2d9 100644 --- a/board/freescale/t4rdb/tlb.c +++ b/board/freescale/t4rdb/tlb.c @@ -3,9 +3,8 @@ * Copyright 2014 Freescale Semiconductor, Inc. */ -#include <config.h> +#include <common.h> #include <asm/mmu.h> -#include <asm/ppc.h> struct fsl_e_tlb_entry tlb_table[] = { /* TLB 0 - for temp stack in cache */ |