diff mbox

[U-Boot] arm64: zynqmp: Remove CPU_RELEASE_ADDR macro

Message ID db344c74be643072d0b92a46af3c5c01e1112ce7.1493821471.git.michal.simek@xilinx.com
State Accepted
Commit 22ea278a979e5a73d301eff560296315a8bc2e46
Delegated to: Michal Simek
Headers show

Commit Message

Michal Simek May 3, 2017, 2:24 p.m. UTC
CPU_RELEASE_ADDR is used only when CONFIG_ARMV8_MULTIENTRY
is enabled. ZynqMP is running ATF which takes care about this
that's why no need to have this macro.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 include/configs/xilinx_zynqmp.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index 8fdb4f403b55..c2e2a51f0faf 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -29,9 +29,6 @@ 
 #define CONFIG_SYS_MEMTEST_START	0
 #define CONFIG_SYS_MEMTEST_END		1000
 
-/* Have release address at the end of 256MB for now */
-#define CPU_RELEASE_ADDR	0xFFFFFF0
-
 #define CONFIG_SYS_INIT_SP_ADDR		CONFIG_SYS_TEXT_BASE
 
 /* Generic Timer Definitions - setup in EL3. Setup by ATF for other cases */