All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] beaglebone: use the am335x_boneblack u-boot configuration
@ 2014-08-04 15:45 Alexandre Belloni
  2014-08-04 16:04 ` Cooper Jr., Franklin
  2014-08-04 16:38 ` Tom Rini
  0 siblings, 2 replies; 7+ messages in thread
From: Alexandre Belloni @ 2014-08-04 15:45 UTC (permalink / raw)
  To: meta-ti

Using the am335x_boneblack configuration for u-boot allows to save the
environment to the emmc. Else, it is not possible to save the
environment at all.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 conf/machine/beaglebone.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 8a83a1aeb569..0b4dce3ad647 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
 
 SERIAL_CONSOLE = "115200 ttyO0"
 
-UBOOT_MACHINE = "am335x_evm_config"
+UBOOT_MACHINE = "am335x_boneblack"
-- 
1.9.1



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

end of thread, other threads:[~2014-08-04 16:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 15:45 [PATCH] beaglebone: use the am335x_boneblack u-boot configuration Alexandre Belloni
2014-08-04 16:04 ` Cooper Jr., Franklin
2014-08-04 16:08   ` Gary Thomas
2014-08-04 16:20   ` Alexandre Belloni
2014-08-04 16:38 ` Tom Rini
2014-08-04 16:53   ` Alexandre Belloni
2014-08-04 16:57     ` Tom Rini

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.