Use TARGET_ARCH instead of TARGET_KERNEL_ARCH to determine the initrd architecture
This commit is contained in:
parent
83121453a6
commit
fdd1d52779
|
@ -107,7 +107,7 @@ ifdef BOARD_USE_LOCAL_INITRD
|
||||||
@echo "Using local initramfs at device/*/$(TARGET_DEVICE)/initramfs.gz"
|
@echo "Using local initramfs at device/*/$(TARGET_DEVICE)/initramfs.gz"
|
||||||
@cp device/*/$(TARGET_DEVICE)/initramfs.gz $@
|
@cp device/*/$(TARGET_DEVICE)/initramfs.gz $@
|
||||||
else
|
else
|
||||||
@$(GET_INITRD) ${TARGET_KERNEL_ARCH} $@
|
@$(GET_INITRD) ${TARGET_ARCH} $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: halium-common
|
.PHONY: halium-common
|
||||||
|
|
Loading…
Reference in New Issue
Block a user