about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-04-26 20:23:50 -0700
committerBernardo Meurer <bernardo@meurer.org>2022-04-26 20:23:50 -0700
commit80d4480778f581d5b73e4464eeb08ae0974e72c2 (patch)
tree209211ca9ac1fd5c0476df8c720d6d8955a96319 /nixos/modules/installer
parent059427718385d23e125ddfbb630eda0d6fbc4178 (diff)
downloadnixlib-80d4480778f581d5b73e4464eeb08ae0974e72c2.tar
nixlib-80d4480778f581d5b73e4464eeb08ae0974e72c2.tar.gz
nixlib-80d4480778f581d5b73e4464eeb08ae0974e72c2.tar.bz2
nixlib-80d4480778f581d5b73e4464eeb08ae0974e72c2.tar.lz
nixlib-80d4480778f581d5b73e4464eeb08ae0974e72c2.tar.xz
nixlib-80d4480778f581d5b73e4464eeb08ae0974e72c2.tar.zst
nixlib-80d4480778f581d5b73e4464eeb08ae0974e72c2.zip
sd-image-aarch64: deduplicate cm4 section
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/sd-card/sd-image-aarch64.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/installer/sd-card/sd-image-aarch64.nix b/nixos/modules/installer/sd-card/sd-image-aarch64.nix
index dde98396d876..cf01005fdc8a 100644
--- a/nixos/modules/installer/sd-card/sd-image-aarch64.nix
+++ b/nixos/modules/installer/sd-card/sd-image-aarch64.nix
@@ -40,11 +40,6 @@
         arm_boost=1
 
         [cm4]
-        kernel=u-boot-rpi4.bin
-        enable_gic=1
-        armstub=armstub8-gic.bin
-        disable_overscan=1
-
         # Enable host mode on the 2711 built-in XHCI USB controller.
         # This line should be removed if the legacy DWC2 controller is required
         # (e.g. for USB device mode) or if USB support is not required.