1
0
Fork 0
remarkable-uboot/drivers/bootcount
Tom Rini 39bcbb7740 bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
Migrate the users of CONFIG_SYS_BOOTCOUNT_ADDR to Kconfig.  We can
provide a default for BOOTCOUNT_AM33XX as that's a specific part of the
RTC in use.  We can also provide a default for ARCH_LS1043A and
ARCH_LS1021A as they had been previously calculated and their symbols
are in Kconfig.  In the case of other QE-enabled platforms, they are not
so we must update the relevant defconfig files.  The previous default
only applied in some cases, even on a specific SoC family.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
2018-02-25 13:41:54 -05:00
..
Kconfig bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR 2018-02-25 13:41:54 -05:00
Makefile Migrate generic bootcount to Kconfig 2018-02-24 08:43:42 -05:00
bootcount.c bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR 2018-02-25 13:41:54 -05:00
bootcount_at91.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
bootcount_davinci.c cosmetic: bootcount: correct comment for used scratch register 2017-09-12 17:58:54 -04:00
bootcount_env.c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 2017-08-16 08:30:32 -04:00
bootcount_ext.c bootcount: add support for bootcounter on EXT filesystem 2017-11-20 09:58:31 +01:00
bootcount_i2c.c i2c, bootcount: add support for bootcounter on i2c devices 2014-02-20 06:46:56 +01:00
bootcount_ram.c bootcounter_ram: Fix misaligned cache warning 2016-11-28 15:10:34 -05:00