summaryrefslogtreecommitdiff
path: root/include/configs/uniphier.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-05-16 05:35:15 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-05-17 12:51:04 (GMT)
commitedee114a8b7ffcbc1bd42ab269a6e69a864ff6a7 (patch)
treedcb58161c6ed0d95bed9b0ebaa1ebfcc2387effc /include/configs/uniphier.h
parentabb6ac25dac8ba2295bfa180f37d629c41229228 (diff)
downloadu-boot-edee114a8b7ffcbc1bd42ab269a6e69a864ff6a7.tar.xz
ARM: uniphier: move kernel physical base to 0x82080000
Reserve enough space below the kernel base. The assumed address map is: 80000000 - 80ffffff : for IPP 81000000 - 81ffffff : for ARM secure 82000000 - : for Linux Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/uniphier.h')
-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 7bd2d8c..6271b07 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -176,7 +176,7 @@
#define CONFIG_BOOTFILE "Image.gz"
#define LINUXBOOT_CMD "booti"
#define KERNEL_ADDR_LOAD "kernel_addr_load=0x84200000\0"
-#define KERNEL_ADDR_R "kernel_addr_r=0x80080000\0"
+#define KERNEL_ADDR_R "kernel_addr_r=0x82080000\0"
#else
#define CONFIG_BOOTFILE "zImage"
#define LINUXBOOT_CMD "bootz"