diff options
author | Nandor Han <nandor.han@vaisala.com> | 2021-06-10 15:40:38 +0300 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2021-08-22 11:04:52 +0200 |
commit | c50b21b70523939c561d0455a2c423f63a9162ca (patch) | |
tree | 2732f82ac8bb61f20e210eb6c2b4a2f5d432c8ff /configs | |
parent | 7282b4352eba74e134c7ebba945338e418ec7faf (diff) | |
download | u-boot-c50b21b70523939c561d0455a2c423f63a9162ca.tar.gz |
bootcount: add a new driver with syscon as backend
The driver will use a syscon regmap as backend and supports both
16 and 32 size value. The value will be stored in the CPU's endianness.
Signed-off-by: Nandor Han <nandor.han@vaisala.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 952d430304..4658f18dfa 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -131,6 +131,7 @@ CONFIG_AXI=y CONFIG_AXI_SANDBOX=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_DM_BOOTCOUNT=y +CONFIG_DM_BOOTCOUNT_SYSCON=y CONFIG_DM_BOOTCOUNT_RTC=y CONFIG_DM_BOOTCOUNT_I2C_EEPROM=y CONFIG_BUTTON=y |