diff options
author | Tom Rini <trini@konsulko.com> | 2020-09-24 08:34:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-24 08:34:54 -0400 |
commit | 1da91d9bcd6e5ef046c1df0d373d0df87b1e8a72 (patch) | |
tree | f758747a6925be502650c1a310e54758bdccdc41 /configs/mvebu_espressobin-88f3720_defconfig | |
parent | 55004fa43364e9824b8231e2060f9d7af9c7570a (diff) | |
parent | 5f50b88ab60a9d2ef2a68a7fc889e78520691e40 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Enable NET_RANDOM_ETHADDR on Espressobin (Acked-by Kosta)
- Espressobin & Clearfog: fdtfile enhancements
- A37xx PCI: Disable link training when unloading driver
- A37xx: increase CONFIG_SYS_BOOTM_LEN to 64MB
- Add Macronix mx25u12835f support, used on uDPU and ESPRESSObin v7
- dns325: Correct CONFIG_NR_DRAM_BANKS parameter
Diffstat (limited to 'configs/mvebu_espressobin-88f3720_defconfig')
-rw-r--r-- | configs/mvebu_espressobin-88f3720_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index 7aabbba59f..559aeb076f 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -84,3 +84,5 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_SHA1=y CONFIG_SHA256=y +CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_BOARD_LATE_INIT=y |