diff options
author | Andreas Faerber <afaerber@suse.de> | 2014-09-23 08:03:57 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-10-21 00:12:39 +0900 |
commit | 5140e29d67cd4be66f25506a7d2a77c0ee79c1b2 (patch) | |
tree | 83568cc75ac146bec5f66ae2ea0544618e24627d /arch/arm/boot/dts/exynos5250-snow.dts | |
parent | ca5423e8b2627919075c61570d283590e172f6f0 (diff) | |
download | linux-5140e29d67cd4be66f25506a7d2a77c0ee79c1b2.tar.gz linux-5140e29d67cd4be66f25506a7d2a77c0ee79c1b2.tar.bz2 linux-5140e29d67cd4be66f25506a7d2a77c0ee79c1b2.zip |
ARM: dts: Fill in bootargs for exynos5250-snow
exynos5250-cros-common.dtsi had an empty /chosen node.
Fill in exemplary boot arguments.
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Andreas Faerber <afaerber@suse.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-snow.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-snow.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts index 2ad52f7a177d..3c6c97e52526 100644 --- a/arch/arm/boot/dts/exynos5250-snow.dts +++ b/arch/arm/boot/dts/exynos5250-snow.dts @@ -27,6 +27,7 @@ }; chosen { + bootargs = "console=tty1"; }; gpio-keys { |