Skip to content
Snippets Groups Projects
Commit 39bcbb77 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarLukasz Majewski <lukma@denx.de>
Reviewed-by: default avatarAlex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent e9a98ba3
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 48 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment