raspberry-pi/5: init

This commit is contained in:
leo60228
2024-04-25 21:57:25 -04:00
parent 797f8d8082
commit 7a0657950e
4 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
final: _prev: {
linux_rpi5 = final.linux_rpi4.override {
rpiVersion = 5;
argsOverride.defconfig = "bcm2712_defconfig";
};
}