mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 03:49:08 +02:00
sdcard: Use kernel8.img for 64bit kernel image name
This helps the firmware to identify the kernel as 64bit image Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a151923fa5
commit
b61403a6a3
|
@ -35,6 +35,7 @@ KERNEL_INITRAMFS ?= ""
|
||||||
# Kernel image name
|
# Kernel image name
|
||||||
SDIMG_KERNELIMAGE_raspberrypi ?= "kernel.img"
|
SDIMG_KERNELIMAGE_raspberrypi ?= "kernel.img"
|
||||||
SDIMG_KERNELIMAGE_raspberrypi2 ?= "kernel7.img"
|
SDIMG_KERNELIMAGE_raspberrypi2 ?= "kernel7.img"
|
||||||
|
SDIMG_KERNELIMAGE_raspberrypi3-64 ?= "kernel8.img"
|
||||||
|
|
||||||
# Boot partition volume id
|
# Boot partition volume id
|
||||||
BOOTDD_VOLUME_ID ?= "${MACHINE}"
|
BOOTDD_VOLUME_ID ?= "${MACHINE}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user