diff options
| author | Kevin Hao <kexin.hao@windriver.com> | 2024-01-02 19:57:09 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-02 22:50:10 +0000 |
| commit | 5d7a4304d91800ee1cb8d4618ce1867c0a47abd5 (patch) | |
| tree | d8329118eb27f26233e4bc2154756705a4ef178f | |
| parent | 97306ebc00ef3dd7eacab817659d980c29da96ea (diff) | |
| download | poky-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>
| -rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 3 |
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 | ||
| 25 | KERNEL_IMAGETYPE = "zImage" | 25 | KERNEL_IMAGETYPE = "zImage" |
| 26 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" | 26 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" |
| 27 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | ||
| 28 | 27 | ||
| 29 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot" | 28 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot" |
| 30 | 29 | ||
| 31 | SPL_BINARY = "MLO" | 30 | SPL_BINARY = "MLO" |
| 32 | UBOOT_SUFFIX = "img" | 31 | UBOOT_SUFFIX = "img" |
| 33 | UBOOT_MACHINE = "am335x_evm_defconfig" | 32 | UBOOT_MACHINE = "am335x_evm_defconfig" |
| 34 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 35 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 36 | 33 | ||
| 37 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa" | 34 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa" |
| 38 | 35 | ||
