From 5d7a4304d91800ee1cb8d4618ce1867c0a47abd5 Mon Sep 17 00:00:00 2001 From: Kevin Hao Date: Tue, 2 Jan 2024 19:57:09 +0800 Subject: 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 (From meta-yocto rev: a8a5abe05ec4e96287acc994883f4b977290cde1) Signed-off-by: Kevin Hao Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-yocto-bsp/conf/machine') 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%" KERNEL_IMAGETYPE = "zImage" KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" -KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot" SPL_BINARY = "MLO" UBOOT_SUFFIX = "img" UBOOT_MACHINE = "am335x_evm_defconfig" -UBOOT_ENTRYPOINT = "0x80008000" -UBOOT_LOADADDRESS = "0x80008000" MACHINE_FEATURES = "usbgadget usbhost vfat alsa" -- cgit v1.2.3-54-g00ecf