All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] u-boot/beaglebone: Select Beaglebone Black target specifically.
@ 2016-12-16  7:32 Kristian Amlie
  2016-12-16 14:28 ` Ed Bartosh
  0 siblings, 1 reply; 8+ messages in thread
From: Kristian Amlie @ 2016-12-16  7:32 UTC (permalink / raw)
  To: poky

The am335x_evm_config target has a subtle problem which is not present
in the am335x_boneblack_config target: When booting from an external
MMC card, the internal MMC is not accessible using the former target.

This problem was introduced in U-Boot in commit 80b24fcd3083515e6b961,
due to the addition of the CONFIG_DM_MMC option, and the
am335x_boneblack_config target does not have this problem.

Signed-off-by: Kristian Amlie <kristian.amlie@mender.io>
---
 meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index fc6a527..24a95b4 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
@@ -31,7 +31,7 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
 SPL_BINARY = "MLO"
 UBOOT_SUFFIX = "img"
-UBOOT_MACHINE = "am335x_evm_config"
+UBOOT_MACHINE = "am335x_boneblack_config"
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH v1] u-boot/beaglebone: Select Beaglebone Black target specifically.
@ 2016-12-16  6:58 Kristian Amlie
  2016-12-16  7:31 ` Kristian Amlie
  0 siblings, 1 reply; 8+ messages in thread
From: Kristian Amlie @ 2016-12-16  6:58 UTC (permalink / raw)
  To: yocto

The am335x_evm_config target has a subtle problem which is not present
in the am335x_boneblack_config target: When booting from an external
MMC card, the internal MMC is not accessible using the former target.

This problem was introduced in U-Boot in commit 80b24fcd3083515e6b961,
due to the addition of the CONFIG_DM_MMC option, and the
am335x_boneblack_config target does not have this problem.

Signed-off-by: Kristian Amlie <kristian.amlie@mender.io>
---
 meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index fc6a527..24a95b4 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
@@ -31,7 +31,7 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
 SPL_BINARY = "MLO"
 UBOOT_SUFFIX = "img"
-UBOOT_MACHINE = "am335x_evm_config"
+UBOOT_MACHINE = "am335x_boneblack_config"
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 
-- 
2.7.4



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

end of thread, other threads:[~2016-12-27  8:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-16  7:32 [PATCH v1] u-boot/beaglebone: Select Beaglebone Black target specifically Kristian Amlie
2016-12-16 14:28 ` Ed Bartosh
2016-12-19  8:14   ` Kristian Amlie
2016-12-19 16:03     ` Ed Bartosh
2016-12-20  8:10       ` Kristian Amlie
2016-12-27  8:52         ` Kristian Amlie
  -- strict thread matches above, loose matches on Subject: below --
2016-12-16  6:58 Kristian Amlie
2016-12-16  7:31 ` Kristian Amlie

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.