summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2024-01-02 19:57:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-02 22:50:10 +0000
commit5d7a4304d91800ee1cb8d4618ce1867c0a47abd5 (patch)
treed8329118eb27f26233e4bc2154756705a4ef178f /meta-yocto-bsp/conf/machine
parent97306ebc00ef3dd7eacab817659d980c29da96ea (diff)
downloadpoky-5d7a4304d91800ee1cb8d4618ce1867c0a47abd5.tar.gz
beaglebone-yocto: Remove the obsolete variables for uImage
Now we only support the zImage kernel type for this machine, so remove the obsolete variables for uImage kernel type. [YOCTO #15232] Reported-by: Robert Berger <pokylinux@reliableembeddedsystems.com> (From meta-yocto rev: a8a5abe05ec4e96287acc994883f4b977290cde1) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
-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