Merge pull request #65609 from jslight90/patch-2

nixos/sd-image-aarch64: update deprecated option

authored by Silvan Mosberger and committed by GitHub 4a8ea931 f475529d

+1 -1
+1 -1
nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
··· 33 33 kernel=u-boot-rpi3.bin 34 34 35 35 # Boot in 64-bit mode. 36 - arm_control=0x200 36 + arm_64bit=1 37 37 38 38 # U-Boot used to need this to work, regardless of whether UART is actually used or not. 39 39 # TODO: check when/if this can be removed.