aboutsummaryrefslogtreecommitdiff
path: root/configs/smegw01_defconfig
diff options
context:
space:
mode:
authorEduard Strehlau2023-04-26 13:04:50 -0300
committerStefano Babic2023-05-02 10:57:32 +0200
commit3bb2b48ed25cf10f0e2470d7cb5968ffb3978753 (patch)
treec932e4f3fd628c8e7e601547c148b9131afdc525 /configs/smegw01_defconfig
parent21e81011a29dd1a15ece469c4a554194ce738b15 (diff)
smegw01: Select bootcount support
Add automatic boot counter that increases after every reset. After a power-on reset, it will be initialized with 1, and each reboot will increment the value by 1. By default it is disabled if bootlimit isn't set. Signed-off-by: Eduard Strehlau <eduard@lionizers.com> Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/smegw01_defconfig')
-rw-r--r--configs/smegw01_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/smegw01_defconfig b/configs/smegw01_defconfig
index f15291f1dd0..5d9d4194639 100644
--- a/configs/smegw01_defconfig
+++ b/configs/smegw01_defconfig
@@ -46,6 +46,8 @@ CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_BOUNCE_BUFFER=y
+CONFIG_BOOTCOUNT_LIMIT=y
+CONFIG_BOOTCOUNT_ENV=y
CONFIG_DFU_MMC=y
CONFIG_DM_I2C=y
CONFIG_SUPPORT_EMMC_BOOT=y