commit | 6ae0dede04857411aa70ea3384014c5f5813347d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Oct 11 00:13:54 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 19 14:16:43 2018 -0400 |
tree | 1971435494cc09e1c1e1f481d41872c569d76343 | |
parent | a2086a86c4da249cd8d0f51e7e12a2aeab775185 [diff] |
bootcount: Make bootcount magic configurable Add new Kconfig option, SYS_BOOTCOUNT_MAGIC, to select the boot counter magic word. This can be useful ie. in case the entire boot counter register is not usable. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com>