From: Paul Mundt Date: Fri, 11 Nov 2011 07:58:48 +0000 (+0900) Subject: ARM: mach-shmobile: Unset initramfs source in bonito defconfig. X-Git-Tag: v3.3-rc1~90^2~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c133bcd3f9ef18979ac3ab7c4f26baeb08aaa181;p=platform%2Fkernel%2Flinux-3.10.git 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 --- diff --git a/arch/arm/configs/bonito_defconfig b/arch/arm/configs/bonito_defconfig index 635bd699..5457108 100644 --- a/arch/arm/configs/bonito_defconfig +++ b/arch/arm/configs/bonito_defconfig @@ -8,7 +8,7 @@ CONFIG_LOG_BUF_SHIFT=16 # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set CONFIG_BLK_DEV_INITRD=y -CONFIG_INITRAMFS_SOURCE="/your/initramfs/" +CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SLAB=y CONFIG_MODULES=y