From f2ac8958e4de536f08e6ea28efd3fd89dfaae84c Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Sun, 2 Apr 2017 08:17:30 +0900 Subject: 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 --- configs/lager_defconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'configs/lager_defconfig') diff --git a/configs/lager_defconfig b/configs/lager_defconfig index 040efc0939..a123b37546 100644 --- a/configs/lager_defconfig +++ b/configs/lager_defconfig @@ -2,9 +2,6 @@ CONFIG_ARM=y CONFIG_ARCH_RMOBILE=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_LAGER=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 -- cgit v1.2.3