summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-12-23 00:19:09 +0100
committerGitHub <noreply@github.com>2020-12-23 00:19:09 +0100
commit4a8ea93127ce931748dfdbc0c7a9277842cb5e11 (patch)
tree3af17656d26135d02f85079e0fadd73c9a35b1b0
parentf475529d44343da2310ca08fea93b735c5ea61a8 (diff)
parentc1e3414044cc623e68bb26fe94bf504b46b0ac26 (diff)
Merge pull request #65609 from jslight90/patch-2
nixos/sd-image-aarch64: update deprecated option
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-aarch64.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix b/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
index bef6cd2fb5a2..a5bc436be826 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
@@ -33,7 +33,7 @@
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.