summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorBen Dooks2010-01-19 03:34:58 +0100
committerBen Dooks2010-01-21 07:36:40 +0100
commit3a3b585aa4ecad21ae91cfa9e5f387d64a15a312 (patch)
tree8b43bf6317eb5d129075041a427325b00dce4a1d /arch/arm/configs
parentARM: S3C64XX: Tidy up common code in s3c64xx_spi_set_info() (diff)
downloadkernel-qcow2-linux-3a3b585aa4ecad21ae91cfa9e5f387d64a15a312.tar.gz
kernel-qcow2-linux-3a3b585aa4ecad21ae91cfa9e5f387d64a15a312.tar.xz
kernel-qcow2-linux-3a3b585aa4ecad21ae91cfa9e5f387d64a15a312.zip
ARM: S3C6400: Update s3c6400_defconfig for bigger initrds for SMDK6410
The Samsung initrd for SMDK6410 is now bigger than the original initrds that where used. Increase the command-line size and the size of the ramdisk that it is unpacked into. Also change the default init to /linuxrc to avoid problems with the current SMDK ramdisk image failing to run /bin/bash. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/s3c6400_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/s3c6400_defconfig b/arch/arm/configs/s3c6400_defconfig
index f56e50fab79b..c01843566849 100644
--- a/arch/arm/configs/s3c6400_defconfig
+++ b/arch/arm/configs/s3c6400_defconfig
@@ -256,7 +256,7 @@ CONFIG_ALIGNMENT_TRAP=y
#
CONFIG_ZBOOT_ROM_TEXT=0
CONFIG_ZBOOT_ROM_BSS=0
-CONFIG_CMDLINE="console=ttySAC0,115200 root=/dev/ram init=/bin/bash initrd=0x51000000,4M"
+CONFIG_CMDLINE="console=ttySAC0,115200 root=/dev/ram init=/linuxrc initrd=0x51000000,6M ramdisk_size=6144"
# CONFIG_XIP_KERNEL is not set
# CONFIG_KEXEC is not set