commit | 758694ff076255115b6cd936b13108db3773ee57 | [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 | 0533fb8b3f81051a5d18c6438b3f8fbb4bc6c84d [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>