301-ARM-dts-ixp4xx-Boot-NSLU2-from-harddrive.patch 864 B

123456789101112131415161718192021222324
  1. From 6484f966af53447deefcd4b805c201d8624981cb Mon Sep 17 00:00:00 2001
  2. From: Linus Walleij <[email protected]>
  3. Date: Mon, 29 May 2023 23:32:44 +0200
  4. Subject: [PATCH] ARM: dts: ixp4xx: Boot NSLU2 from harddrive
  5. This enforces harddrive boot on the NSLU2. The flash is too small
  6. to hold any rootfs these days.
  7. Signed-off-by: Linus Walleij <[email protected]>
  8. ---
  9. arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-nslu2.dts | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. --- a/arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-nslu2.dts
  12. +++ b/arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-nslu2.dts
  13. @@ -21,7 +21,7 @@
  14. };
  15. chosen {
  16. - bootargs = "console=ttyS0,115200n8 root=/dev/mtdblock2 rw rootfstype=squashfs,jffs2 rootwait";
  17. + bootargs = "console=ttyS0,115200n8 root=/dev/sda1 rw rootwait";
  18. stdout-path = "uart0:115200n8";
  19. };