summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index 4a90ba5ab5..1bdd4dfb70 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
@@ -26,7 +26,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
26PREFERRED_VERSION_linux-yocto ?= "4.12%" 26PREFERRED_VERSION_linux-yocto ?= "4.12%"
27 27
28KERNEL_IMAGETYPE = "zImage" 28KERNEL_IMAGETYPE = "zImage"
29KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" 29KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb"
30KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 30KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
31 31
32SPL_BINARY = "MLO" 32SPL_BINARY = "MLO"