correct turris omnia root device

pull/3/head
Daniel Barlow 2024-01-08 18:55:41 +00:00
parent 228c0a1668
commit 9a3d7a387e
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@
defaultOutput = "mtdimage";
loadAddress = lim.parseInt "0x00800000"; # "0x00008000";
entryPoint = lim.parseInt "0x00800000"; # "0x00008000";
rootDevice = "/dev/mtdblock0";
rootDevice = "/dev/mmcblk0p1";
dts = {
src = "${config.system.outputs.kernel.modulesupport}/arch/arm/boot/dts/armada-385-turris-omnia.dts";