]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Use common code for DM_ETH deprecation warning
authorSimon Glass <sjg@chromium.org>
Thu, 25 Mar 2021 08:24:42 +0000 (21:24 +1300)
committerTom Rini <trini@konsulko.com>
Sat, 27 Mar 2021 13:48:26 +0000 (09:48 -0400)
commit35a62a7f0cdb099e530875f6491451b3d0b607cb
tree40629fac2385b3d4551a5e2c202edf202e76063b
parentf1c749a8e52ece7dc5abefda6bb9b33ea16fe4e4
Makefile: Use common code for DM_ETH deprecation warning

Update the CONFIG_DM_ETH check to use the 'deprecated' function.

Tested with snow

Old message:

===================== 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.
====================================================

New message:

===================== 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: Simon Glass <sjg@chromium.org>
Makefile