]> Pileus Git - ~andy/linux/commitdiff
ARM: S3C6400: Update s3c6400_defconfig for bigger initrds for SMDK6410
authorBen Dooks <ben-linux@fluff.org>
Tue, 19 Jan 2010 02:34:58 +0000 (11:34 +0900)
committerBen Dooks <ben-linux@fluff.org>
Thu, 21 Jan 2010 06:36:40 +0000 (15:36 +0900)
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>
arch/arm/configs/s3c6400_defconfig

index f56e50fab79b103d47dc669279b3c6b026bf7a9c..c0184356684918c6158c2b109910685a8daacf59 100644 (file)
@@ -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