ARM: dts: s5pv210: Remove hardcoded bootargs on Galaxy S and Fascinate 4G
authorPaweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
Fri, 28 Dec 2018 16:18:15 +0000 (17:18 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 7 Jan 2019 19:20:50 +0000 (20:20 +0100)
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>
arch/arm/boot/dts/s5pv210-fascinate4g.dts
arch/arm/boot/dts/s5pv210-galaxys.dts

index ccf761b1babfb550b734f969b418d467fdd5906c..07a8d9bbe5b84b0447ca54129d43abd6c98f2921 100644 (file)
 
        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 {
index 8422767497176096380aa8b1a9f5c9ded4bb03a9..cf161bbfbacf1df8161f9b641f1f71458bd85d02 100644 (file)
 
        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 {