diff options
author | Tom Rini <trini@konsulko.com> | 2020-09-23 10:33:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-23 10:33:55 -0400 |
commit | 46678bc2ece9e80f091d0808a5f9b58f9b171ce5 (patch) | |
tree | 12705e78a2ec20e7e8f40d1f6ceef592597134ff /configs/ls1021atsn_qspi_defconfig | |
parent | 3c1e6a6c2300e0458a28bcfb1a5d3b52926bd33d (diff) | |
parent | f14d786a19513008baa59072611dcf5fc21aa248 (diff) | |
download | u-boot-WIP/23Sep2020-next.tar.gz |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx into nextWIP/23Sep2020-next
- Add DM_SPI, DM_SPI_FLASH support for powerpc platforms
- Add DM_ETH support on P1010RDB, P1020RDB, P2020RDB
- Reduce number of WATCHDOG_RESET calls from flush_cache
- Remove some un-maintained powerpc platforms
- Add USB_STORAGE support in config
Diffstat (limited to 'configs/ls1021atsn_qspi_defconfig')
-rw-r--r-- | configs/ls1021atsn_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021atsn_qspi_defconfig b/configs/ls1021atsn_qspi_defconfig index 06a139be1a..43f9e511cc 100644 --- a/configs/ls1021atsn_qspi_defconfig +++ b/configs/ls1021atsn_qspi_defconfig @@ -44,6 +44,7 @@ CONFIG_PHY_ATHEROS=y CONFIG_PHY_BROADCOM=y CONFIG_PHY_FIXED=y CONFIG_DM_ETH=y +CONFIG_DM_MDIO=y CONFIG_PHY_GIGE=y CONFIG_MII=y CONFIG_TSEC_ENET=y |