summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi3-64.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/raspberrypi3-64.conf')
-rw-r--r--conf/machine/raspberrypi3-64.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf
index 237684a..ebc9f38 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/conf/machine/raspberrypi3-64.conf
@@ -39,3 +39,8 @@ VC4_CMA_SIZE ?= "cma-256"
39 39
40UBOOT_MACHINE = "rpi_3_config" 40UBOOT_MACHINE = "rpi_3_config"
41MACHINE_FEATURES_append = " vc4graphics" 41MACHINE_FEATURES_append = " vc4graphics"
42
43# When u-boot is enabled we need to use the "Image" format and the "booti"
44# command to load the kernel
45KERNEL_IMAGETYPE_UBOOT ?= "Image"
46KERNEL_BOOTCMD ?= "booti"