Skip to content

Commit

Permalink
remove the rdinit line in the DTS files
Browse files Browse the repository at this point in the history
now we properly execute init and run the bootscripts
requires merging linux-3ds/buildroot#1 and changing the workflow to use the rootfs artifact from there

it was a hack anyway
  • Loading branch information
Wolfvak committed Jun 11, 2021
1 parent 72defc8 commit 819f70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/nintendo3ds_ctr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
};

chosen {
bootargs = "keep_bootcon fbcon=rotate:1 rdinit=/bin/sh";
bootargs = "keep_bootcon fbcon=rotate:1";
};
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/nintendo3ds_ktr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
};

chosen {
bootargs = "keep_bootcon fbcon=rotate:1 rdinit=/bin/sh";
bootargs = "keep_bootcon fbcon=rotate:1";
};
};

0 comments on commit 819f70f

Please sign in to comment.