From c1e3414044cc623e68bb26fe94bf504b46b0ac26 Mon Sep 17 00:00:00 2001 From: Jeff Slight Date: Tue, 30 Jul 2019 12:33:11 -0700 Subject: [PATCH] nixos/sd-image-aarch64: update deprecated option --- nixos/modules/installer/cd-dvd/sd-image-aarch64.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix b/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix index a9241870fa7..e91b2cd36cf 100644 --- a/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix +++ b/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix @@ -39,7 +39,7 @@ in kernel=u-boot-rpi3.bin # Boot in 64-bit mode. - arm_control=0x200 + arm_64bit=1 # U-Boot used to need this to work, regardless of whether UART is actually used or not. # TODO: check when/if this can be removed.