diff mbox

[U-Boot] ARM: uniphier: change CPU_RELEASE_ADDR to the head of DRAM space

Message ID 1465969569-20696-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 50862a5196dc3d30a939f106e296121f7a680711
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada June 15, 2016, 5:46 a.m. UTC
At first, 256 byte of the head of DRAM space was reserved for some
reasons.  However, as the progress of development, it turned out
unnecessary, and it was never used in the end.  Move the CPU release
address to leave no space.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 include/configs/uniphier.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada June 19, 2016, 10:21 p.m. UTC | #1
2016-06-15 14:46 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> At first, 256 byte of the head of DRAM space was reserved for some
> reasons.  However, as the progress of development, it turned out
> unnecessary, and it was never used in the end.  Move the CPU release
> address to leave no space.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---


Applied to u-boot-uniphier/master.
diff mbox

Patch

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 9d14c2d..68f6c9f 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -100,7 +100,7 @@ 
 
 #ifdef CONFIG_ARM64
 #define CONFIG_ARMV8_MULTIENTRY
-#define CPU_RELEASE_ADDR			0x80000100
+#define CPU_RELEASE_ADDR			0x80000000
 #define COUNTER_FREQUENCY			50000000
 #define CONFIG_GICV3
 #define GICD_BASE				0x5fe00000