Skip to content

Commit

Permalink
merge rpi fixes: keep default console cmdline params, not root
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Dec 22, 2024
1 parent 216d1c9 commit 08e5b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 6411b2d68c56..08bbfb6e9601 100644
CONFIG_SETEND_EMULATION=y
CONFIG_RANDOMIZE_BASE=y
-CONFIG_CMDLINE="console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
+# CONFIG_CMDLINE is not set
+CONFIG_CMDLINE="console=ttyAMA0,115200 kgdboc=ttyAMA0,115200"
# CONFIG_SUSPEND is not set
CONFIG_PM=y
CONFIG_PM_DEBUG=y
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index cf1f73f526c9..3b4e3fc1af38 100644
CONFIG_SETEND_EMULATION=y
CONFIG_RANDOMIZE_BASE=y
-CONFIG_CMDLINE="console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
+# CONFIG_CMDLINE is not set
+CONFIG_CMDLINE="console=ttyAMA0,115200 kgdboc=ttyAMA0,115200"
# CONFIG_SUSPEND is not set
CONFIG_PM=y
CONFIG_PM_DEBUG=y

0 comments on commit 08e5b84

Please sign in to comment.