diff options
author | Tom Rini <trini@konsulko.com> | 2020-12-07 11:46:12 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-07 11:46:12 -0500 |
commit | ec79f5ce2202cf6c56e5eb1eb755604b534ae08b (patch) | |
tree | 4b6eda53c9830e7150fe03abd0d258c4e42c2528 /doc | |
parent | 837d034d9a358d717e9e31c1420155e4ae109910 (diff) | |
parent | 061c6d1b238aa100728b3082fc943e8f679f8e7f (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Espressobin: Simplify DT handling of board variants (Pali)
- Add Luka Perkov to maintainers of Puzzle-M801 (Luka)
- Armada 38x: Enable board specific USB2 high-speed impedance
threshold configuration (Joshua)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.marvell | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/README.marvell b/doc/README.marvell index 6f05ad4cb16..6fc5ac8a409 100644 --- a/doc/README.marvell +++ b/doc/README.marvell @@ -43,11 +43,8 @@ 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 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: + For other DB boards (MacchiatoBin, EspressoBin and 3700 DB board) compile u-boot with + just default device-tree from defconfig using: # make |