diff options
author | Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com> | 2018-12-28 19:18:15 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-01-07 22:20:50 +0300 |
commit | f143f8d68077d8d363cabd7412ecc86cede25bdc (patch) | |
tree | 73ba72995d9c7ec76957682d5f244e84e22beeee /arch/arm/boot/dts/s5pv210-fascinate4g.dts | |
parent | 9563793d15878f457aecf3dd30b19572809a1c34 (diff) | |
download | linux-f143f8d68077d8d363cabd7412ecc86cede25bdc.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/s5pv210-fascinate4g.dts')
-rw-r--r-- | arch/arm/boot/dts/s5pv210-fascinate4g.dts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/s5pv210-fascinate4g.dts b/arch/arm/boot/dts/s5pv210-fascinate4g.dts index ccf761b1babf..07a8d9bbe5b8 100644 --- a/arch/arm/boot/dts/s5pv210-fascinate4g.dts +++ b/arch/arm/boot/dts/s5pv210-fascinate4g.dts @@ -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 { |