diff options
Diffstat (limited to 'conf/machine/raspberrypi3-64.conf')
| -rw-r--r-- | conf/machine/raspberrypi3-64.conf | 5 |
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 | ||
| 40 | UBOOT_MACHINE = "rpi_3_config" | 40 | UBOOT_MACHINE = "rpi_3_config" |
| 41 | MACHINE_FEATURES_append = " vc4graphics" | 41 | MACHINE_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 | ||
| 45 | KERNEL_IMAGETYPE_UBOOT ?= "Image" | ||
| 46 | KERNEL_BOOTCMD ?= "booti" | ||
