diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-22 00:27:40 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-25 00:59:28 +0900 |
commit | 28f40d4a4db2b6c701d349fd4fac286d21369de2 (patch) | |
tree | 5e5e2fdf2be0c3226ac782c857eb4e3edefbbf54 /doc | |
parent | 323d1f9d5bebfe55e97e23c8094055685665afef (diff) | |
download | u-boot-imx-28f40d4a4db2b6c701d349fd4fac286d21369de2.zip u-boot-imx-28f40d4a4db2b6c701d349fd4fac286d21369de2.tar.gz u-boot-imx-28f40d4a4db2b6c701d349fd4fac286d21369de2.tar.bz2 |
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')
-rw-r--r-- | doc/README.uniphier | 4 |
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. |