diff options
author | Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com> | 2020-03-25 06:45:46 +0000 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-04-14 15:44:48 +0530 |
commit | 9b76b4c23e0107fabce10afde30fa0d2f89f62cb (patch) | |
tree | 72a2d02478556663896b399201033e114ca4764f /include | |
parent | f2330691d9c1fd75b135a909d4bf5d17576e897b (diff) | |
download | u-boot-9b76b4c23e0107fabce10afde30fa0d2f89f62cb.tar.gz |
am335x, guardian: boot count is stored in AM3352 RTC block
- Move bootlimit to defconfig
- Store bootcount in RTC block
Signed-off-by: Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am335x_guardian.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am335x_guardian.h b/include/configs/am335x_guardian.h index 6b9b6a28e9..3c6147a266 100644 --- a/include/configs/am335x_guardian.h +++ b/include/configs/am335x_guardian.h @@ -46,7 +46,6 @@ AM335XX_BOARD_FDTFILE \ MEM_LAYOUT_ENV_SETTINGS \ BOOTENV \ - "bootlimit=3\0" \ "bootubivol=rootfs\0" \ "altbootcmd=" \ "setenv boot_config \"extlinux-rollback.conf\"; " \ |