commit | 80e8b8add057d2c947394d9d57fc2dcc7ff886d1 | [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 | 27d483bfa34c1695c2be230efc50c52d5a3d04e2 [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>