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)