diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-26 18:59:41 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-29 03:50:16 +0900 |
commit | fe7c95ee5c2e4a757941221ae3b624c78bdaf068 (patch) | |
tree | 601185e6454c3f0e8818f1d6bc30f5e274b30349 /doc | |
parent | 4e651003e5413530aaea6ff00841ef52fb48b797 (diff) | |
download | u-boot-fe7c95ee5c2e4a757941221ae3b624c78bdaf068.zip u-boot-fe7c95ee5c2e4a757941221ae3b624c78bdaf068.tar.gz u-boot-fe7c95ee5c2e4a757941221ae3b624c78bdaf068.tar.bz2 |
ARM: uniphier: merge two defconfig files
PH1-Pro5 support and ProXstream2/PH1-LD6b support can coexist in one
image and there is bit more room in SPL to accommodate all of them.
Merge uniphier_pro5_defconfig into uniphier_pxs2_defconfig.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.uniphier | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier index 5ac52bd..6c3b092 100644 --- a/doc/README.uniphier +++ b/doc/README.uniphier @@ -45,8 +45,8 @@ PH1-Pro4 reference board: $ make CROSS_COMPILE=arm-linux-gnueabi- PH1-Pro5 4KBOX Board: - $ make uniphier_pro5_defconfig - $ make CROSS_COMPILE=arm-linux-gnueabi- + $ make uniphier_pxs2_ld6b_defconfig + $ make CROSS_COMPILE=arm-linux-gnueabi- DEVICE_TREE=uniphier-ph1-pro5-4kbox ProXstream2 Gentil board: $ make uniphier_pxs2_ld6b_defconfig |