diff options
author | Andre Heider | 2020-09-04 17:33:54 +0200 |
---|---|---|
committer | Stefan Roese | 2020-10-14 07:56:17 +0200 |
commit | f1a43c84a960265309fa8365759de271a70c5a7e (patch) | |
tree | 81fe28dfbb7ebf95445a209d0f7aafe6e337657c /doc/README.marvell | |
parent | 03bb6a9b1ed7085794c5f167307273d15c99d3f0 (diff) |
arm64: dts: a3720: add support for espressobin with populated emmc
Import armada-3720-espressobin-emmc.dts from Linux, but use sdhc1 for
emmc, since our dtsi is still based on downstream and sdhc0 is used for
the sd card.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'doc/README.marvell')
-rw-r--r-- | doc/README.marvell | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/README.marvell b/doc/README.marvell index 6fc5ac8a409..6f05ad4cb16 100644 --- a/doc/README.marvell +++ b/doc/README.marvell @@ -43,8 +43,11 @@ Build Procedure In order to prevent this, the required device-tree MUST be set during compilation. All device-tree files are located in ./arch/arm/dts/ folder. - For other DB boards (MacchiatoBin, EspressoBin and 3700 DB board) compile u-boot with - just default device-tree from defconfig using: + For the EspressoBin board with populated eMMC device use + # make DEVICE_TREE=armada-3720-espressobin-emmc + + For other DB boards (MacchiatoBin, EspressoBin without soldered eMMC and 3700 DB board) + compile u-boot with just default device-tree from defconfig using: # make |