diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-14 13:51:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-14 13:51:56 -0400 |
commit | 0f35d96bfd8565da2c5ba0f540827fff0e82eb32 (patch) | |
tree | 753688442ed5b0dbed5f5e56c0c56398775ed6f8 /doc | |
parent | 6731c5a5ef30e1581e3042b11893627f42949cd7 (diff) | |
parent | 8369886b401d85e49d52ff5f877cf14b1619bd43 (diff) | |
download | u-boot-0f35d96bfd8565da2c5ba0f540827fff0e82eb32.tar.gz |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/14Oct2020
- Octeon TX: Add NAND driver (Suneel)
- Octeon TX: Add NIC driver driver (Suneel)
- Octeon TX2: Add NIC driver driver (Suneel)
- Armada 8040: Add iEi Puzzle-M80 board support (Luka)
- Armada A37xx SPI: Add support for CS-GPIO (George)
- Espressobin: Use Linux model/compatible strings (Andre)
- Espressobin: Add armada-3720-espressobin-emmc.dts from Linux (Andre)
- Armada A37xx: Small cleanup of config header (Pali)
Diffstat (limited to 'doc')
-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 6fc5ac8a40..6f05ad4cb1 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 |