summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-12-17 18:00:40 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-12-23 00:08:57 +0900
commit1a2645341a1fd6adda37deb8b9bc9f92c2fb9dbd (patch)
treed7465a39675a5056bfe191e72815fbf909945ca8 /doc
parent5fd3f4346e7d3b11c593c13cbccec7095513c380 (diff)
downloadblackbird-obmc-uboot-1a2645341a1fd6adda37deb8b9bc9f92c2fb9dbd.tar.gz
blackbird-obmc-uboot-1a2645341a1fd6adda37deb8b9bc9f92c2fb9dbd.zip
ARM: uniphier: support ProXstream2, PH1-LD6b boards in single defconfig
These boards are similar enough to be supported in a single defconfig file. Distinguish one from another by "DEVICE_TREE" from the command line. The how-to-build in doc/README.uniphier should be also updated. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.uniphier14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier
index 68cc05df1d..7562e6fa90 100644
--- a/doc/README.uniphier
+++ b/doc/README.uniphier
@@ -48,14 +48,18 @@ PH1-Pro5:
$ make ph1_pro5_defconfig
$ make CROSS_COMPILE=arm-linux-gnueabi-
-ProXstream2:
- $ make pxs2_defconfig
- $ make CROSS_COMPILE=arm-linux-gnueabi-
+ProXstream2 Gentil board:
+ $ make uniphier_pxs2_ld6b_defconfig
+ $ make CROSS_COMPILE=arm-linux-gnueabi- DEVICE_TREE=uniphier-proxstream2-gentil
-PH1-LD6b:
- $ make ph1_ld6b_defconfig
+ProXstream2 Vodka board:
+ $ make uniphier_pxs2_ld6b_defconfig
$ make CROSS_COMPILE=arm-linux-gnueabi-
+PH1-LD6b reference board:
+ $ make uniphier_pxs2_ld6b_defconfig
+ $ make CROSS_COMPILE=arm-linux-gnueabi- DEVICE_TREE=uniphier-ph1-ld6b-ref
+
You may wish to change the "CROSS_COMPILE=arm-linux-gnueabi-"
to use your favorite compiler.
OpenPOWER on IntegriCloud