diff options
author | Gaël PORTAY <g.portay@overkiz.com> | 2015-04-30 09:33:38 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-04-30 09:53:18 +0200 |
commit | 81104f6082d5a684d644932068ee3bbb969daf23 (patch) | |
tree | 1d41a78853d81fe994f46aa4f48a4597714171ac /arch/arm/boot/dts/at91-kizbox.dts | |
parent | ARM: at91/dt: at91-kizbox: re-size nand partitions (diff) | |
download | linux-81104f6082d5a684d644932068ee3bbb969daf23.tar.xz linux-81104f6082d5a684d644932068ee3bbb969daf23.zip |
ARM: at91/dt: at91-kizbox: update chosen node
Simplify the bootargs since the platform is booting from an initramfs and
set the kernel stdout path to DBGU.
Signed-off-by: Gaël PORTAY <g.portay@overkiz.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-kizbox.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-kizbox.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts index e7391047f08e..b567b5ff908f 100644 --- a/arch/arm/boot/dts/at91-kizbox.dts +++ b/arch/arm/boot/dts/at91-kizbox.dts @@ -15,7 +15,8 @@ compatible = "overkiz,kizbox", "atmel,at91sam9g20", "atmel,at91sam9"; chosen { - bootargs = "panic=5 ubi.mtd=1 rootfstype=ubifs root=ubi0:root"; + bootargs = "ubi.mtd=ubi"; + linux,stdout-path = &dbgu; }; memory { |