diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2017-04-02 08:17:30 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-08 09:26:53 -0400 |
commit | f2ac8958e4de536f08e6ea28efd3fd89dfaae84c (patch) | |
tree | d766f2408de78caaceac218cd4827929a87c479e /configs/silk_defconfig | |
parent | fad6a2b771eecac5ce69173235743e5357bf014d (diff) | |
download | u-boot-f2ac8958e4de536f08e6ea28efd3fd89dfaae84c.tar.gz u-boot-f2ac8958e4de536f08e6ea28efd3fd89dfaae84c.tar.bz2 u-boot-f2ac8958e4de536f08e6ea28efd3fd89dfaae84c.zip |
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/silk_defconfig')
-rw-r--r-- | configs/silk_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/silk_defconfig b/configs/silk_defconfig index eeba8192ff..293b08eaba 100644 --- a/configs/silk_defconfig +++ b/configs/silk_defconfig @@ -2,9 +2,6 @@ CONFIG_ARM=y CONFIG_ARCH_RMOBILE=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_SILK=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 |