From 2f7303ed76e547f99008943862e3fcfc2b264182 Mon Sep 17 00:00:00 2001 From: Sarat Chand Savitala Date: Mon, 13 Jul 2015 19:52:07 +0530 Subject: [PATCH] sw_apps:zynqmp_fsbl: Load address configuration in DDR for PL Changed the location of temporary ddr address definition. This address is for storing PL bitstream temporarily. User can change this address till support is provided in bootgen (for load address configuration for PL). Signed-off-by: Sarat Chand Savitala Acked-by: Krishna Chaitanya Patakamuri --- lib/sw_apps/zynqmp_fsbl/src/xfsbl_config.h | 2 ++ lib/sw_apps/zynqmp_fsbl/src/xfsbl_hw.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/sw_apps/zynqmp_fsbl/src/xfsbl_config.h b/lib/sw_apps/zynqmp_fsbl/src/xfsbl_config.h index 583bda3e..5ce02123 100644 --- a/lib/sw_apps/zynqmp_fsbl/src/xfsbl_config.h +++ b/lib/sw_apps/zynqmp_fsbl/src/xfsbl_config.h @@ -60,6 +60,8 @@ extern "C" { /***************************** Include Files *********************************/ /************************** Constant Definitions *****************************/ +/* This is the address in DDR where bitstream will be copied temporarily */ +#define XFSBL_DDR_TEMP_ADDRESS (0x100000U) /**************************** Type Definitions *******************************/ diff --git a/lib/sw_apps/zynqmp_fsbl/src/xfsbl_hw.h b/lib/sw_apps/zynqmp_fsbl/src/xfsbl_hw.h index 71542c51..971a2d1d 100644 --- a/lib/sw_apps/zynqmp_fsbl/src/xfsbl_hw.h +++ b/lib/sw_apps/zynqmp_fsbl/src/xfsbl_hw.h @@ -480,7 +480,6 @@ extern "C" { * Other FSBL defines * this can defined in xfsbl_main.h */ -#define XFSBL_DDR_TEMP_ADDRESS (0x100000U) #define XFSBL_R5_0 (0x1U) #define XFSBL_R5_L (0x2U)