summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/avnet-zedboard/lowlevel.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/avnet-zedboard/lowlevel.c')
-rw-r--r--arch/arm/boards/avnet-zedboard/lowlevel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boards/avnet-zedboard/lowlevel.c b/arch/arm/boards/avnet-zedboard/lowlevel.c
index f7bdceb42a..6e5a17d7ef 100644
--- a/arch/arm/boards/avnet-zedboard/lowlevel.c
+++ b/arch/arm/boards/avnet-zedboard/lowlevel.c
@@ -5,8 +5,8 @@
#include <io.h>
#include <asm/barebox-arm.h>
#include <asm/barebox-arm-head.h>
-#include <mach/init.h>
-#include <mach/zynq7000-regs.h>
+#include <mach/zynq/init.h>
+#include <mach/zynq/zynq7000-regs.h>
#include <serial/cadence.h>
#define DCI_DONE (1 << 13)
@@ -14,7 +14,7 @@
#define PLL_DDR_LOCK (1 << 1)
#define PLL_IO_LOCK (1 << 2)
-extern char __dtb_zynq_zed_start[];
+extern char __dtb_z_zynq_zed_start[];
static void avnet_zedboard_ps7_init(void)
{
@@ -289,7 +289,7 @@ static void avnet_zedboard_pbl_console_init(void)
ENTRY_FUNCTION(start_avnet_zedboard, r0, r1, r2)
{
- void *fdt = __dtb_zynq_zed_start + get_runtime_offset();
+ void *fdt = __dtb_z_zynq_zed_start + get_runtime_offset();
/* MIO_07 in GPIO Mode 3.3V VIO, can be uncomented because it is the default value */
writel(0x0000DF0D, ZYNQ_SLCR_UNLOCK);