]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Move non-DM migration messages to the top
authorSimon Glass <sjg@chromium.org>
Thu, 25 Mar 2021 08:24:32 +0000 (21:24 +1300)
committerTom Rini <trini@konsulko.com>
Sat, 27 Mar 2021 13:48:25 +0000 (09:48 -0400)
commit49359cd79ea82a10dfa53de9fc922267a1362bfc
treea2764c512e2837fcdc378b6c3653388db694bab1
parent9b3ebe9cf8c875d633ee77550d0a50a0867d8e6c
Makefile: Move non-DM migration messages to the top

At present the driver model migration messages are mixed with the others.
Collect them together before starting to refactor them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile