diff options
author | Masahiro Yamada | 2017-01-21 18:05:31 +0900 |
---|---|---|
committer | Masahiro Yamada | 2017-01-22 16:49:34 +0900 |
commit | 2c2ab3d495a1a9fbfcec58f469255595a86e3aad (patch) | |
tree | 253b9e4e42b76da8e264c5917d260807f630d0a1 /doc | |
parent | 61e6cc0aa191f7edecbbe1573f1f8b8216f613cd (diff) |
ARM: uniphier: add PXs3 SoC support
Initial support for PXs3 SoC.
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 a42eaa97610..539b1f20a1e 100644 --- a/doc/README.uniphier +++ b/doc/README.uniphier @@ -62,6 +62,10 @@ LD20 reference board: $ make uniphier_ld20_defconfig $ make CROSS_COMPILE=aarch64-linux-gnu- +PXs3 reference board: + $ make uniphier_v8_defconfig + $ make CROSS_COMPILE=aarch64-linux-gnu- DEVICE_TREE=uniphier-pxs3-ref + You may wish to change the "CROSS_COMPILE=..." to use your favorite compiler. |