Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb05fb42 authored by Subash Patel's avatar Subash Patel Committed by Kukjin Kim
Browse files

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: default avatarSubash Patel <subash.rp@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 4c46f51a
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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 {