diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-25 21:24:42 +1300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-27 09:48:26 -0400 |
commit | 8cd1874f4c0414c4d519d16a79d2bc8a0523523a (patch) | |
tree | 40629fac2385b3d4551a5e2c202edf202e76063b /lib/efi_loader/helloworld.c | |
parent | 78b4a564cb9ab75a2d298a731d05c600eb4400d9 (diff) |
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>
Diffstat (limited to 'lib/efi_loader/helloworld.c')
0 files changed, 0 insertions, 0 deletions