diff options
author | Alistair Francis <Alistair.Francis@wdc.com> | 2019-04-11 18:30:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-12 14:05:38 +0100 |
commit | eaded08b6e223367895e06bf79a79fe387cefcc1 (patch) | |
tree | 9d6424b14931f4bfd15b58ecb810124f9d141997 /meta-yocto-bsp | |
parent | ae4c71c68be0ac94ab80216a946c134ac989c236 (diff) | |
download | poky-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.conf | 2 |
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 | ||
33 | SPL_BINARY = "MLO" | 33 | SPL_BINARY = "MLO" |
34 | UBOOT_SUFFIX = "img" | 34 | UBOOT_SUFFIX = "img" |
35 | UBOOT_MACHINE = "am335x_boneblack_config" | 35 | UBOOT_MACHINE = "am335x_evm_defconfig" |
36 | UBOOT_ENTRYPOINT = "0x80008000" | 36 | UBOOT_ENTRYPOINT = "0x80008000" |
37 | UBOOT_LOADADDRESS = "0x80008000" | 37 | UBOOT_LOADADDRESS = "0x80008000" |
38 | 38 | ||