summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorAlistair Francis <Alistair.Francis@wdc.com>2019-04-11 18:30:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-12 14:05:38 +0100
commiteaded08b6e223367895e06bf79a79fe387cefcc1 (patch)
tree9d6424b14931f4bfd15b58ecb810124f9d141997 /meta-yocto-bsp
parentae4c71c68be0ac94ab80216a946c134ac989c236 (diff)
downloadpoky-eaded08b6e223367895e06bf79a79fe387cefcc1.tar.gz
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 <alistair.francis@wdc.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone-yocto.conf2
1 files changed, 1 insertions, 1 deletions
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}"
32 32
33SPL_BINARY = "MLO" 33SPL_BINARY = "MLO"
34UBOOT_SUFFIX = "img" 34UBOOT_SUFFIX = "img"
35UBOOT_MACHINE = "am335x_boneblack_config" 35UBOOT_MACHINE = "am335x_evm_defconfig"
36UBOOT_ENTRYPOINT = "0x80008000" 36UBOOT_ENTRYPOINT = "0x80008000"
37UBOOT_LOADADDRESS = "0x80008000" 37UBOOT_LOADADDRESS = "0x80008000"
38 38