summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-17 02:06:15 +0300
committerTom Rini <trini@konsulko.com>2020-06-26 17:29:05 +0300
commit53355d53a48f9b91ec6f45b727cb25b13671e7da (patch)
tree55aa4a7fbc9124c5d55aba090a50ae12204d9827 /include
parent05369e417fa36c00ab5e253e549e19a06644b92e (diff)
downloadu-boot-53355d53a48f9b91ec6f45b727cb25b13671e7da.tar.xz
arm: capricorn: Convert CONFIG_BOOTCOUNT_ENV et al to Kconfig
This converts the following to Kconfig: CONFIG_BOOTCOUNT_ENV CONFIG_BOOTCOUNT_LIMIT Cc: Anatolij Gustschin <agust@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/capricorn-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/capricorn-common.h b/include/configs/capricorn-common.h
index c2e9d0f11f..b107e0ce3f 100644
--- a/include/configs/capricorn-common.h
+++ b/include/configs/capricorn-common.h
@@ -138,9 +138,6 @@
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
#define CONFIG_SYS_INIT_SP_ADDR 0x80200000
-#define CONFIG_BOOTCOUNT_LIMIT
-#define CONFIG_BOOTCOUNT_ENV
-
/* Environment organisation */
#define CONFIG_ENV_OVERWRITE
#define CONFIG_SYS_MMC_ENV_DEV 0 /* USDHC1, eMMC */