summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-15 14:46:09 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-20 07:15:21 +0900
commit50862a5196dc3d30a939f106e296121f7a680711 (patch)
treedc243a691082132996901a2c2f2068423909e6b9 /include
parent9ab165d8b05706284de0ee9bd402346c54ae6b15 (diff)
downloadblackbird-obmc-uboot-50862a5196dc3d30a939f106e296121f7a680711.tar.gz
blackbird-obmc-uboot-50862a5196dc3d30a939f106e296121f7a680711.zip
ARM: uniphier: change CPU_RELEASE_ADDR to the head of DRAM space
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/uniphier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 9d14c2d59c..68f6c9f239 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
OpenPOWER on IntegriCloud