Commit f143f8d6 authored by Paweł Chmiel's avatar Paweł Chmiel Committed by Krzysztof Kozlowski
Browse files

ARM: dts: s5pv210: Remove hardcoded bootargs on Galaxy S and Fascinate 4G



Since we have U-Boot (flashed in place of stock kernel), it's not needed
anymore to hardcode bootargs on every Aries-family board.

Signed-off-by: default avatarPaweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
[krzk: Squash changes to fascinate4g and galaxys into one commit]
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 9563793d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -11,13 +11,6 @@

	chosen {
		stdout-path = &uart2;
		/*
		 * It's hard to change those parameters in stock bootloader,
		 * since it requires special hardware/cable.
		 * Let's hardocde bootargs for now, till u-boot port is finished,
		 * with which it should be easier.
		 */
		bootargs = "root=/dev/mmcblk1p1 rw rootwait ignore_loglevel earlyprintk";
	};

	gpio-keys {
+0 −7
Original line number Diff line number Diff line
@@ -11,13 +11,6 @@

	chosen {
		stdout-path = &uart2;
		/*
		 * It's hard to change those parameters in stock bootloader,
		 * since it requires special hardware/cable.
		 * Let's hardocde bootargs for now, till u-boot port is finished,
		 * with which it should be easier.
		 */
		bootargs = "root=/dev/mmcblk2p1 rw rootwait ignore_loglevel earlyprintk";
	};

	nand_pwrseq: nand-pwrseq {