]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
beaglebone-yocto: Update u-boot config to match u-boot 19.04
authorAlistair Francis <Alistair.Francis@wdc.com>
Thu, 11 Apr 2019 18:30:14 +0000 (18:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Apr 2019 13:05:38 +0000 (14:05 +0100)
[YOCTO #13145]

This was announced at 2019.01:
https://www.mail-archive.com/u-boot@lists.denx.de/msg305424.html

Basically, am335x_boneblack is just a special subset of am335x_evm config,
created and owned by BeagleBoard.org community. Since it was not migrated to
use CONFIG_BLK in time for 2019.04 release.

(From meta-yocto rev: 26f38a6de56a2d3bb1ef9b06d6b49537192f9447)

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto-bsp/conf/machine/beaglebone-yocto.conf

index 70d3cfea3db7c6209a91ede4c7ee24f1eccf2d5d..bc18ee8c47e311f8fae6070c8c95fe2e914f7c93 100644 (file)
@@ -32,7 +32,7 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
 SPL_BINARY = "MLO"
 UBOOT_SUFFIX = "img"
-UBOOT_MACHINE = "am335x_boneblack_config"
+UBOOT_MACHINE = "am335x_evm_defconfig"
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"