[U-Boot] [PATCH 0/5] Disable CONFIG_NET flag for STM32F4 and STM32H7 boards

Patrice Chotard patrice.chotard at st.com
Tue Sep 17 08:09:40 UTC 2019


All STM32F4 and STM32H7 boards have CONFIG_NET flags enable in
their defconfig whereas network support was never added. Simply
disable CONFIG_NET to avoid 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.
====================================================


Patrice Chotard (5):
  configs: stm32f429-discovery: Disable CONFIG_NET flag
  configs: stm32f429-evaluation: Disable CONFIG_NET flag
  configs: stm32f469-discovery: Disable CONFIG_NET flag
  configs: stm32h743-disco: Disable CONFIG_NET flag
  configs: stm32h743-eval: Disable CONFIG_NET flag

 configs/stm32f429-discovery_defconfig  | 1 +
 configs/stm32f429-evaluation_defconfig | 2 +-
 configs/stm32f469-discovery_defconfig  | 2 +-
 configs/stm32h743-disco_defconfig      | 1 +
 configs/stm32h743-eval_defconfig       | 1 +
 5 files changed, 5 insertions(+), 2 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list