ARM: dts: update bootargs to boot from sda2 for exynos5440-ssdk5440
Updated the bootargs to boot the system with rootfs in /dev/sda2 instead of ramdisk. Signed-off-by: Subash Patel <subash.rp@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
4c46f51a10
commit
fb05fb425f
|
@ -16,12 +16,8 @@
|
|||
model = "SAMSUNG SSDK5440 board based on EXYNOS5440";
|
||||
compatible = "samsung,ssdk5440", "samsung,exynos5440";
|
||||
|
||||
memory {
|
||||
reg = <0x80000000 0x80000000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x81000000,8M console=ttySAC0,115200 init=/linuxrc";
|
||||
bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel early_printk no_console_suspend mem=2048M@0x80000000 console=ttySAC0,115200";
|
||||
};
|
||||
|
||||
spi {
|
||||
|
|
Loading…
Reference in New Issue