]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/tuge1_defconfig
bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
authorTom Rini <trini@konsulko.com>
Sat, 24 Feb 2018 21:50:41 +0000 (16:50 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 25 Feb 2018 18:41:54 +0000 (13:41 -0500)
commit39bcbb7740b099b487b20ff6e345eb790a85712c
tree7157b104573dc5a8abf81d7d46df3881781d486c
parente9a98ba312a325b6af1a9b75b3ce0ab0232dc614
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>
38 files changed:
configs/calimain_defconfig
configs/dh_imx6_defconfig
configs/ge_b450v3_defconfig
configs/ge_b650v3_defconfig
configs/ge_b850v3_defconfig
configs/highbank_defconfig
configs/ids8313_defconfig
configs/kmcoge4_defconfig
configs/kmcoge5ne_defconfig
configs/kmeter1_defconfig
configs/kmlion1_defconfig
configs/kmopti2_defconfig
configs/kmsupx5_defconfig
configs/kmtegr1_defconfig
configs/kmtepr2_defconfig
configs/kmvect1_defconfig
configs/mx53ppd_defconfig
configs/socfpga_is1_defconfig
configs/socfpga_sr1500_defconfig
configs/suvd3_defconfig
configs/tqma6s_wru4_mmc_defconfig
configs/tuge1_defconfig
configs/tuxx1_defconfig
configs/x600_defconfig
drivers/bootcount/Kconfig
drivers/bootcount/bootcount.c
include/configs/brppt1.h
include/configs/calimain.h
include/configs/dh_imx6.h
include/configs/ge_bx50v3.h
include/configs/highbank.h
include/configs/ids8313.h
include/configs/km/kmp204x-common.h
include/configs/socfpga_is1.h
include/configs/socfpga_sr1500.h
include/configs/ti_am335x_common.h
include/configs/tqma6_wru4.h
include/configs/x600.h