commit | e10ae9f95bd86e2f763eb525ee209a4919d6eb1b | [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 | c90d56a541534d7d2eb358775ea2be621c646bdc [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>