summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-01-20 14:54:05 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-01-25 02:14:47 +0200
commitb29ee6c8ff11613c545dcd332f2f3ff37b00a068 (patch)
treec98fd1c827400111606415e4bbba69b4cdfbe6df /nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
parent2bfd83ab6d6d8c346f043843741641b8119cee19 (diff)
downloadnixlib-b29ee6c8ff11613c545dcd332f2f3ff37b00a068.tar
nixlib-b29ee6c8ff11613c545dcd332f2f3ff37b00a068.tar.gz
nixlib-b29ee6c8ff11613c545dcd332f2f3ff37b00a068.tar.bz2
nixlib-b29ee6c8ff11613c545dcd332f2f3ff37b00a068.tar.lz
nixlib-b29ee6c8ff11613c545dcd332f2f3ff37b00a068.tar.xz
nixlib-b29ee6c8ff11613c545dcd332f2f3ff37b00a068.tar.zst
nixlib-b29ee6c8ff11613c545dcd332f2f3ff37b00a068.zip
U-Boot: Add 64-bit Raspberry Pi 3 build
And rename the old ubootRaspberryPi3 to ubootRaspberryPi3_32bit.
Diffstat (limited to 'nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix b/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
index 456ef7c9f541..ded8af0a6ce2 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
@@ -46,7 +46,7 @@ in
           cp ${pkgs.raspberrypifw}/share/raspberrypi/boot/$f boot/
         done
         cp ${pkgs.ubootRaspberryPi2}/u-boot.bin boot/u-boot-rpi2.bin
-        cp ${pkgs.ubootRaspberryPi3}/u-boot.bin boot/u-boot-rpi3.bin
+        cp ${pkgs.ubootRaspberryPi3_32bit}/u-boot.bin boot/u-boot-rpi3.bin
         cp ${configTxt} boot/config.txt
         ${extlinux-conf-builder} -t 3 -c ${config.system.build.toplevel} -d ./boot
       '';