about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-30 12:01:05 +0000
committerGitHub <noreply@github.com>2023-09-30 12:01:05 +0000
commitc3098253b5ca2a386618c81bde5ab848db2220c0 (patch)
tree1d319bbdfca429617d218affeb75e2a1ff531d27 /pkgs/build-support
parent5603177e38d61e5012c565f320d0dec8e2678bcd (diff)
parent612035c45f36cc089f0392875c31c7efa2cf608c (diff)
downloadnixlib-c3098253b5ca2a386618c81bde5ab848db2220c0.tar
nixlib-c3098253b5ca2a386618c81bde5ab848db2220c0.tar.gz
nixlib-c3098253b5ca2a386618c81bde5ab848db2220c0.tar.bz2
nixlib-c3098253b5ca2a386618c81bde5ab848db2220c0.tar.lz
nixlib-c3098253b5ca2a386618c81bde5ab848db2220c0.tar.xz
nixlib-c3098253b5ca2a386618c81bde5ab848db2220c0.tar.zst
nixlib-c3098253b5ca2a386618c81bde5ab848db2220c0.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/kernel/make-initrd-ng.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/kernel/make-initrd-ng.nix b/pkgs/build-support/kernel/make-initrd-ng.nix
index 2418838176ef..f2f7aaa6d1b6 100644
--- a/pkgs/build-support/kernel/make-initrd-ng.nix
+++ b/pkgs/build-support/kernel/make-initrd-ng.nix
@@ -54,7 +54,7 @@ in
 # guess may not align with u-boot's nomenclature correctly, so it can
 # be overridden.
 # See https://gitlab.denx.de/u-boot/u-boot/-/blob/9bfb567e5f1bfe7de8eb41f8c6d00f49d2b9a426/common/image.c#L81-106 for a list.
-, uInitrdArch ? stdenvNoCC.hostPlatform.linuxArch
+, uInitrdArch ? stdenvNoCC.hostPlatform.ubootArch
 
 # The name of the compression, as recognised by u-boot.
 # See https://gitlab.denx.de/u-boot/u-boot/-/blob/9bfb567e5f1bfe7de8eb41f8c6d00f49d2b9a426/common/image.c#L195-204 for a list.