diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-11-15 11:57:03 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-11-26 10:11:18 +0100 |
commit | 5c347f339877446ce0cd44ec82be514e4cf66e7d (patch) | |
tree | 7d22405158d099143c8013b53f0418cfb7a765e9 | |
parent | 4b19b89ca4a866b7baa642533e6dbd67cd832d27 (diff) | |
download | u-boot-5c347f339877446ce0cd44ec82be514e4cf66e7d.tar.gz u-boot-5c347f339877446ce0cd44ec82be514e4cf66e7d.tar.xz u-boot-5c347f339877446ce0cd44ec82be514e4cf66e7d.zip |
configs: stih410-b2260: Enable DM_ETH flag
This patch allows to fix the following compilation warning:
===================== WARNING ======================
This board does not use CONFIG_DM_ETH (Driver Model
for Ethernet drivers). Please update the board to use
CONFIG_DM_ETH before the v2020.07 release. Failure to
update by the deadline may result in board removal.
See doc/driver-model/migration.rst for more info.
====================================================
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
-rw-r--r-- | configs/stih410-b2260_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig index 3c159ce39d..0b18971087 100644 --- a/configs/stih410-b2260_defconfig +++ b/configs/stih410-b2260_defconfig @@ -33,6 +33,7 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_MISC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_STI=y +CONFIG_DM_ETH=y CONFIG_PHY=y CONFIG_STI_USB_PHY=y CONFIG_PINCTRL=y |