diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 24e647f..83da2dc 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -203,7 +203,7 @@ fdt set /memory@80000000 reg <0x0 0x80000000 0x0 0xc0000000> # Set kernel options - setenv bootargs "root=/dev/ram0 loglevel=7 debug rw earlycon=sbi boot.trace console=hvc0 init=${init}" + setenv bootargs "root=/dev/ram0 loglevel=7 debug rw earlycon=sbi boot.trace console=hvc0 debug1 init=${init}" EOF