summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone-yocto.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
index 0c17412353..06a49f45f7 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
@@ -24,15 +24,12 @@ PREFERRED_VERSION_linux-yocto ?= "6.1%"
24 24
25KERNEL_IMAGETYPE = "zImage" 25KERNEL_IMAGETYPE = "zImage"
26KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" 26KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb"
27KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
28 27
29PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot" 28PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
30 29
31SPL_BINARY = "MLO" 30SPL_BINARY = "MLO"
32UBOOT_SUFFIX = "img" 31UBOOT_SUFFIX = "img"
33UBOOT_MACHINE = "am335x_evm_defconfig" 32UBOOT_MACHINE = "am335x_evm_defconfig"
34UBOOT_ENTRYPOINT = "0x80008000"
35UBOOT_LOADADDRESS = "0x80008000"
36 33
37MACHINE_FEATURES = "usbgadget usbhost vfat alsa" 34MACHINE_FEATURES = "usbgadget usbhost vfat alsa"
38 35