[meta-ti] Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration

Arago Project git git at arago-project.org
Mon Aug 11 19:03:35 PDT 2014


Module: meta-ti
Branch: master
Commit: f0ed00fdfd40eb53894bc838ce701202cf674892
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=f0ed00fdfd40eb53894bc838ce701202cf674892

Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Mon Aug  4 21:45:50 2014 +0000

beaglebone: use the am335x_boneblack u-boot configuration

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 at free-electrons.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/beaglebone.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 8a83a1a..0b4dce3 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"



More information about the meta-ti mailing list