summary refs log tree commit diff
diff options
context:
space:
mode:
authorJeff Slight <jslight90@gmail.com>2019-02-08 11:36:09 -0800
committerJeff Slight <jslight90@gmail.com>2019-02-08 11:36:09 -0800
commitc95407b3278d82ddc82ed03f3cfc4f6ef74ebdd2 (patch)
tree7d8d4de55dbd0f52d6f5054e368d3f555b08a50e
parent0879595c607b66a990693972a55a27fa54eccd79 (diff)
downloadnixpkgs-c95407b3278d82ddc82ed03f3cfc4f6ef74ebdd2.tar
nixpkgs-c95407b3278d82ddc82ed03f3cfc4f6ef74ebdd2.tar.gz
nixpkgs-c95407b3278d82ddc82ed03f3cfc4f6ef74ebdd2.tar.bz2
nixpkgs-c95407b3278d82ddc82ed03f3cfc4f6ef74ebdd2.tar.lz
nixpkgs-c95407b3278d82ddc82ed03f3cfc4f6ef74ebdd2.tar.xz
nixpkgs-c95407b3278d82ddc82ed03f3cfc4f6ef74ebdd2.tar.zst
nixpkgs-c95407b3278d82ddc82ed03f3cfc4f6ef74ebdd2.zip
boot/raspberrypi: replace deprecated configuration option
-rw-r--r--nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix b/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix
index 047651dc642..7db60daa60b 100644
--- a/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix
+++ b/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix
@@ -33,7 +33,7 @@ let
       avoid_warnings=1
     '' + optional isAarch64 ''
       # Boot in 64-bit mode.
-      arm_control=0x200
+      arm_64bit=1
     '' + (if cfg.uboot.enable then ''
       kernel=u-boot-rpi.bin
     '' else ''