diff options
| -rw-r--r-- | conf/machine/include/rpi-base.inc | 2 | ||||
| -rw-r--r-- | conf/machine/raspberrypi3-64.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 71c63cb..529c80d 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
| @@ -51,7 +51,7 @@ KERNEL_DEVICETREE ?= " \ | |||
| 51 | # within u-boot to load the kernel. | 51 | # within u-boot to load the kernel. |
| 52 | KERNEL_BOOTCMD ??= "bootm" | 52 | KERNEL_BOOTCMD ??= "bootm" |
| 53 | KERNEL_IMAGETYPE_UBOOT ??= "uImage" | 53 | KERNEL_IMAGETYPE_UBOOT ??= "uImage" |
| 54 | KERNEL_IMAGETYPE ?= "${@bb.utils.contains('RPI_USE_U_BOOT', '1', '${KERNEL_IMAGETYPE_UBOOT}', 'zImage', d)}" | 54 | KERNEL_IMAGETYPE ??= "${@bb.utils.contains('RPI_USE_U_BOOT', '1', '${KERNEL_IMAGETYPE_UBOOT}', 'zImage', d)}" |
| 55 | 55 | ||
| 56 | MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" | 56 | MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" |
| 57 | 57 | ||
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index ebc9f38..38c3c4c 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf | |||
| @@ -43,4 +43,6 @@ MACHINE_FEATURES_append = " vc4graphics" | |||
| 43 | # When u-boot is enabled we need to use the "Image" format and the "booti" | 43 | # When u-boot is enabled we need to use the "Image" format and the "booti" |
| 44 | # command to load the kernel | 44 | # command to load the kernel |
| 45 | KERNEL_IMAGETYPE_UBOOT ?= "Image" | 45 | KERNEL_IMAGETYPE_UBOOT ?= "Image" |
| 46 | # "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet | ||
| 47 | KERNEL_IMAGETYPE ?= "Image" | ||
| 46 | KERNEL_BOOTCMD ?= "booti" | 48 | KERNEL_BOOTCMD ?= "booti" |
