aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGireesh Hiremath2024-04-08 11:31:19 +0530
committerTom Rini2024-04-18 16:37:03 -0600
commitc87e626f9436a22bc20670dc463579b4f5bab8e7 (patch)
treefa15102078f191a4c27a489adb21112308642715
parentd893c93205701b77f9b3f2e8074297a32d8710db (diff)
configs: am335x_guardian: store boot count in AM3352 RTC block
store bootcount in RTC block scratch register Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
-rw-r--r--configs/am335x_guardian_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig
index 75138542431..abbbb03d33d 100644
--- a/configs/am335x_guardian_defconfig
+++ b/configs/am335x_guardian_defconfig
@@ -16,6 +16,7 @@ CONFIG_AM335X_USB1=y
CONFIG_SPL_SERIAL=y
CONFIG_SPL_DRIVERS_MISC=y
CONFIG_BOOTCOUNT_BOOTLIMIT=3
+CONFIG_SYS_BOOTCOUNT_ADDR=0x44E3E000
CONFIG_SPL=y
CONFIG_ENV_OFFSET_REDUND=0x540000
CONFIG_SPL_LIBDISK_SUPPORT=y