Add INITD_ARCH for riscv or it will fail when installing kernel (#4400)

This commit is contained in:
Igor Pečovnik
2022-11-09 16:32:48 +01:00
committed by GitHub
parent 10af624a73
commit 829ee2e4e0

View File

@@ -16,3 +16,4 @@ export SKIP_EXTERNAL_TOOLCHAINS='yes'
[[ -z $UBOOT_COMPILER ]] && UBOOT_COMPILER='riscv64-linux-gnu-'
[[ -z $KERNEL_USE_GCC ]] && KERNEL_USE_GCC='> 8.0'
[[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0'
[[ -z $INITRD_ARCH ]] && INITRD_ARCH=riscv