git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f6e2d
)
configs: stm32mp15: Select correct Ethernet driver for trusted mode
author
Patrice Chotard
<patrice.chotard@st.com>
Tue, 11 Jun 2019 13:40:41 +0000
(15:40 +0200)
committer
Patrice Chotard
<patrice.chotard@st.com>
Tue, 18 Jun 2019 14:38:08 +0000
(16:38 +0200)
Select the correct Ethernet driver from Synopsis.
Initially, "Synopsys Designware Ethernet MAC" driver was wrongly
selected instead of "Synopsys DWC Ethernet QOS device" driver.
Fixes: commit
f90b3f5b68ed
("configs: stm32mp15: Enable Ethernet feature")
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
configs/stm32mp15_trusted_defconfig
patch
|
blob
|
history
diff --git
a/configs/stm32mp15_trusted_defconfig
b/configs/stm32mp15_trusted_defconfig
index
66361c8
..
5fe9477
100644
(file)
--- a/
configs/stm32mp15_trusted_defconfig
+++ b/
configs/stm32mp15_trusted_defconfig
@@
-73,7
+73,7
@@
CONFIG_SPI_FLASH_WINBOND=y
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
CONFIG_SPI_FLASH_MTD=y
CONFIG_DM_ETH=y
-CONFIG_
ETH_DESIGNWARE
=y
+CONFIG_
DWC_ETH_QOS
=y
CONFIG_PHY=y
CONFIG_PHY_STM32_USBPHYC=y
CONFIG_PINCONF=y