diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-11-11 02:58:48 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-11 02:58:48 -0500 |
commit | c133bcd3f9ef18979ac3ab7c4f26baeb08aaa181 (patch) | |
tree | 6b54e72b52b6c629435608261e77087a0c010ec7 /arch/arm/configs | |
parent | 8900df7add8a4c197f0f9d7e8dc0d41847ba5eeb (diff) |
ARM: mach-shmobile: Unset initramfs source in bonito defconfig.
There's no reason for this to be set, and it will simply introduce build
errors for others, so simply leave it unset.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/bonito_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/bonito_defconfig b/arch/arm/configs/bonito_defconfig index 635bd6994561..54571082d920 100644 --- a/arch/arm/configs/bonito_defconfig +++ b/arch/arm/configs/bonito_defconfig | |||
@@ -8,7 +8,7 @@ CONFIG_LOG_BUF_SHIFT=16 | |||
8 | # CONFIG_USER_NS is not set | 8 | # CONFIG_USER_NS is not set |
9 | # CONFIG_PID_NS is not set | 9 | # CONFIG_PID_NS is not set |
10 | CONFIG_BLK_DEV_INITRD=y | 10 | CONFIG_BLK_DEV_INITRD=y |
11 | CONFIG_INITRAMFS_SOURCE="/your/initramfs/" | 11 | CONFIG_INITRAMFS_SOURCE="" |
12 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 12 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
13 | CONFIG_SLAB=y | 13 | CONFIG_SLAB=y |
14 | CONFIG_MODULES=y | 14 | CONFIG_MODULES=y |