Skip to content

Commit

Permalink
ARM: mach-shmobile: Unset initramfs source in bonito defconfig.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Nov 11, 2011
1 parent 8900df7 commit c133bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/configs/bonito_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c133bcd

Please sign in to comment.