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>
This commit is contained in:
@@ -48,13 +48,17 @@ PH1-Pro5:
|
||||
$ make ph1_pro5_defconfig
|
||||
$ make CROSS_COMPILE=arm-linux-gnueabi-
|
||||
|
||||
ProXstream2:
|
||||
$ make pxs2_defconfig
|
||||
ProXstream2 Gentil board:
|
||||
$ make uniphier_pxs2_ld6b_defconfig
|
||||
$ make CROSS_COMPILE=arm-linux-gnueabi- DEVICE_TREE=uniphier-proxstream2-gentil
|
||||
|
||||
ProXstream2 Vodka board:
|
||||
$ make uniphier_pxs2_ld6b_defconfig
|
||||
$ make CROSS_COMPILE=arm-linux-gnueabi-
|
||||
|
||||
PH1-LD6b:
|
||||
$ make ph1_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.
|
||||
|
||||
Reference in New Issue
Block a user