From eaded08b6e223367895e06bf79a79fe387cefcc1 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Thu, 11 Apr 2019 18:30:14 +0000 Subject: beaglebone-yocto: Update u-boot config to match u-boot 19.04 [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 Acked-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto-bsp') diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf index 70d3cfea3d..bc18ee8c47 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf @@ -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" -- cgit v1.2.3-54-g00ecf