diff options
author | Masahiro Yamada | 2015-12-17 18:00:39 +0900 |
---|---|---|
committer | Masahiro Yamada | 2015-12-23 00:08:57 +0900 |
commit | 5fd3f4346e7d3b11c593c13cbccec7095513c380 (patch) | |
tree | e6a106d3956d755b1bfed85418582dccae7a77bc /doc | |
parent | 752b75d64b33ac50fd55c3b262876a00694b98d4 (diff) |
ARM: uniphier: merge ph1_ld4_defconfig and ph1_sld8_defconfig
These two are similar enough to be merged into 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.uniphier | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier index 57b947b5707..68cc05df1d3 100644 --- a/doc/README.uniphier +++ b/doc/README.uniphier @@ -32,18 +32,18 @@ PH1-sLD3: $ make ph1_sld3_defconfig $ make CROSS_COMPILE=arm-linux-gnueabi- -PH1-LD4: - $ make ph1_ld4_defconfig +PH1-LD4 reference board: + $ make uniphier_ld4_sld8_defconfig $ make CROSS_COMPILE=arm-linux-gnueabi- +PH1-sLD8 reference board: + $ make uniphier_ld4_sld8_defconfig + $ make CROSS_COMPILE=arm-linux-gnueabi- DEVICE_TREE=uniphier-ph1-sld8-ref + PH1-Pro4: $ make ph1_pro4_defconfig $ make CROSS_COMPILE=arm-linux-gnueabi- -PH1-sLD8: - $ make ph1_sld8_defconfig - $ make CROSS_COMPILE=arm-linux-gnueabi- - PH1-Pro5: $ make ph1_pro5_defconfig $ make CROSS_COMPILE=arm-linux-gnueabi- |