All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-yocto-bsp][PATCH] beaglebone-yocto: Update u-boot config to match u-boot 19.04
@ 2019-04-11 17:27 Alistair Francis
  2019-04-11 18:06 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Alistair Francis @ 2019-04-11 17:27 UTC (permalink / raw)
  To: yocto; +Cc: alistair23, Alistair Francis, denys

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
index 70d3cfe..bc18ee8 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"
 
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-yocto-bsp][PATCH] beaglebone-yocto: Update u-boot config to match u-boot 19.04
  2019-04-11 17:27 [meta-yocto-bsp][PATCH] beaglebone-yocto: Update u-boot config to match u-boot 19.04 Alistair Francis
@ 2019-04-11 18:06 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2019-04-11 18:06 UTC (permalink / raw)
  To: Alistair Francis; +Cc: yocto, alistair23, denys

On Thu, Apr 11, 2019 at 05:27:25PM +0000, Alistair Francis wrote:
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>

Acked-by: Denys Dmytriyenko <denys@ti.com>

[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, I was going to do the same - just 
switch it over to am335x_evm config, which supports all BeagleBone variants 
just fine.


> ---
>  meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
> index 70d3cfe..bc18ee8 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"
>  
> -- 
> 2.21.0
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-11 18:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-11 17:27 [meta-yocto-bsp][PATCH] beaglebone-yocto: Update u-boot config to match u-boot 19.04 Alistair Francis
2019-04-11 18:06 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.