diff options
Diffstat (limited to 'board/freescale/t208xrdb')
-rw-r--r-- | board/freescale/t208xrdb/ddr.c | 1 | ||||
-rw-r--r-- | board/freescale/t208xrdb/spl.c | 1 | ||||
-rw-r--r-- | board/freescale/t208xrdb/t208xrdb.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/t208xrdb/ddr.c b/board/freescale/t208xrdb/ddr.c index 6a09d1c..1fbab36 100644 --- a/board/freescale/t208xrdb/ddr.c +++ b/board/freescale/t208xrdb/ddr.c @@ -8,6 +8,7 @@ #include <hwconfig.h> #include <init.h> #include <log.h> +#include <asm/global_data.h> #include <asm/mmu.h> #include <fsl_ddr_sdram.h> #include <fsl_ddr_dimm_params.h> diff --git a/board/freescale/t208xrdb/spl.c b/board/freescale/t208xrdb/spl.c index 2bba94d..b0ce9af 100644 --- a/board/freescale/t208xrdb/spl.c +++ b/board/freescale/t208xrdb/spl.c @@ -14,6 +14,7 @@ #include <mmc.h> #include <fsl_esdhc.h> #include <spi_flash.h> +#include <asm/global_data.h> #include "../common/spl.h" DECLARE_GLOBAL_DATA_PTR; diff --git a/board/freescale/t208xrdb/t208xrdb.c b/board/freescale/t208xrdb/t208xrdb.c index d37abb7..a184598 100644 --- a/board/freescale/t208xrdb/t208xrdb.c +++ b/board/freescale/t208xrdb/t208xrdb.c @@ -11,6 +11,7 @@ #include <image.h> #include <init.h> #include <netdev.h> +#include <asm/global_data.h> #include <linux/compiler.h> #include <asm/mmu.h> #include <asm/processor.h> |