diff options
author | Masahiro Yamada | 2015-09-22 00:27:40 +0900 |
---|---|---|
committer | Masahiro Yamada | 2015-09-25 00:59:28 +0900 |
commit | 28f40d4a4db2b6c701d349fd4fac286d21369de2 (patch) | |
tree | 5e5e2fdf2be0c3226ac782c857eb4e3edefbbf54 /doc/README.uniphier | |
parent | 323d1f9d5bebfe55e97e23c8094055685665afef (diff) |
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.uniphier | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier index e936f402543..6792327992a 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. |