summaryrefslogtreecommitdiff
path: root/doc/README.uniphier
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-21 15:27:40 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-24 15:59:28 (GMT)
commit28f40d4a4db2b6c701d349fd4fac286d21369de2 (patch)
tree5e5e2fdf2be0c3226ac782c857eb4e3edefbbf54 /doc/README.uniphier
parent323d1f9d5bebfe55e97e23c8094055685665afef (diff)
downloadu-boot-fsl-qoriq-28f40d4a4db2b6c701d349fd4fac286d21369de2.tar.xz
ARM: uniphier: add PH1-Pro5 support
The DDR SDRAM initialization code has not been mainlined yet, but U-Boot proper should work. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'doc/README.uniphier')
-rw-r--r--doc/README.uniphier4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier
index e936f40..6792327 100644
--- a/doc/README.uniphier
+++ b/doc/README.uniphier
@@ -44,6 +44,10 @@ PH1-sLD8:
$ make ph1_sld8_defconfig
$ make CROSS_COMPILE=arm-linux-gnueabi-
+PH1-Pro5:
+ $ make ph1_pro5_defconfig
+ $ make CROSS_COMPILE=arm-linux-gnueabi-
+
You may wish to change the "CROSS_COMPILE=arm-linux-gnueabi-"
to use your favorite compiler.