]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm64: zynqmp: Remove CPU_RELEASE_ADDR macro
authorMichal Simek <michal.simek@xilinx.com>
Wed, 3 May 2017 14:22:30 +0000 (16:22 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 19 Jun 2017 13:52:34 +0000 (15:52 +0200)
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

index c56cd8c98bf704a9ea9cc5482eabb4f1d71c9ed9..2a8f14bf489c2dec54f8093d93e915ba3c041169 100644 (file)
@@ -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 */