commit | 6e4a7eaf7d6c9aedafa19aa57553ae44dba5ca0d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 18 11:27:29 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 12 21:26:59 2022 -0500 |
tree | 3a8d677b0e1f0038d84aca54986047968e27b007 | |
parent | 0797e736d1ad820f889d99cca485dd09d33b785d [diff] |
timer: Add a migration message Some boards still use the old timer mechanism. Set a deadline for them to update to driver model. Point to some examples as well. This needs a bit of a strange rule to avoid an error on some boards. Signed-off-by: Simon Glass <sjg@chromium.org>