Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
[krzk: Squash changes to fascinate4g and galaxys into one commit]
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Paweł Chmiel and committed by
Krzysztof Kozlowski
f143f8d6 9563793d

-14
-7
arch/arm/boot/dts/s5pv210-fascinate4g.dts
··· 11 11 12 12 chosen { 13 13 stdout-path = &uart2; 14 - /* 15 - * It's hard to change those parameters in stock bootloader, 16 - * since it requires special hardware/cable. 17 - * Let's hardocde bootargs for now, till u-boot port is finished, 18 - * with which it should be easier. 19 - */ 20 - bootargs = "root=/dev/mmcblk1p1 rw rootwait ignore_loglevel earlyprintk"; 21 14 }; 22 15 23 16 gpio-keys {
-7
arch/arm/boot/dts/s5pv210-galaxys.dts
··· 11 11 12 12 chosen { 13 13 stdout-path = &uart2; 14 - /* 15 - * It's hard to change those parameters in stock bootloader, 16 - * since it requires special hardware/cable. 17 - * Let's hardocde bootargs for now, till u-boot port is finished, 18 - * with which it should be easier. 19 - */ 20 - bootargs = "root=/dev/mmcblk2p1 rw rootwait ignore_loglevel earlyprintk"; 21 14 }; 22 15 23 16 nand_pwrseq: nand-pwrseq {