commit | e2981926a020561d4bf2e75034850690f887f38f | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Mon Mar 02 15:43:59 2020 +0100 |
committer | Heiko Schocher <hs@denx.de> | Mon Mar 16 08:05:00 2020 +0100 |
tree | 4fbddbddec49d22c714965af6c0ff6ec36ed435f | |
parent | c191f543dd0ad0dfdf3a021797a6ebe3fe70935d [diff] |
bootcounter: add DM support for memory based bootcounter add DM/DTS support for the memory based bootcounter in drivers/bootcount/bootcount.c. Let the old implementation in, so boards which have not yet convert to DM/DTS do not break. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>