summaryrefslogtreecommitdiff
path: root/configs/koelsch_defconfig
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2017-04-02 08:17:30 +0900
committerTom Rini <trini@konsulko.com>2017-04-08 09:26:53 -0400
commitf2ac8958e4de536f08e6ea28efd3fd89dfaae84c (patch)
treed766f2408de78caaceac218cd4827929a87c479e /configs/koelsch_defconfig
parentfad6a2b771eecac5ce69173235743e5357bf014d (diff)
arm: rmobile: Remove default value of Kconfig from defconfig
This removes CONFIG_BOOTSTAGE_USER_COUNT, CONFIG_BOOTSTAGE_STASH_ADDR and CONFIG_BOOTSTAGE_STASH_SIZE from defconfig following boards: - Alt - Gose - Koelsh - Lager - Porter - Silk - Stout - Blanche - Salvator-x Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/koelsch_defconfig')
-rw-r--r--configs/koelsch_defconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/koelsch_defconfig b/configs/koelsch_defconfig
index 6df0e25e37..e6b1684408 100644
--- a/configs/koelsch_defconfig
+++ b/configs/koelsch_defconfig
@@ -2,9 +2,6 @@ CONFIG_ARM=y
CONFIG_ARCH_RMOBILE=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_KOELSCH=y
-CONFIG_BOOTSTAGE_USER_COUNT=0x20
-CONFIG_BOOTSTAGE_STASH_ADDR=0x0
-CONFIG_BOOTSTAGE_STASH_SIZE=0x4096
CONFIG_BOOTDELAY=3
CONFIG_VERSION_VARIABLE=y
CONFIG_CMD_BOOTZ=y