0001-csky-update-cmdline-for-serial-console-and-rootfs-on.patch 766 B

12345678910111213141516171819202122232425
  1. From 7e3f2c482bc16537a093e87a27f0d465804a88e4 Mon Sep 17 00:00:00 2001
  2. From: Julien Olivain <juju@cotds.org>
  3. Date: Tue, 11 Dec 2018 23:04:46 +0100
  4. Subject: [PATCH] csky: update cmdline for serial console and rootfs on sda1
  5. Signed-off-by: Julien Olivain <juju@cotds.org>
  6. ---
  7. arch/csky/boot/dts/gx6605s.dts | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/arch/csky/boot/dts/gx6605s.dts b/arch/csky/boot/dts/gx6605s.dts
  10. index ce56106af967..f5d60b21e6f9 100644
  11. --- a/arch/csky/boot/dts/gx6605s.dts
  12. +++ b/arch/csky/boot/dts/gx6605s.dts
  13. @@ -155,6 +155,6 @@
  14. };
  15. chosen {
  16. - bootargs = "console=tty0 init=/sbin/init root=/dev/sda2 rw rootwait";
  17. + bootargs = "console=ttyS0,115200 init=/sbin/init root=/dev/sda1 rw rootwait";
  18. };
  19. };
  20. --
  21. 2.19.2