[meta-ti] Denys Dmytriyenko : beaglebone.conf: use correct UBOOT_MACHINE

Arago Project git git at arago-project.org
Tue Aug 12 15:11:02 PDT 2014


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

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Tue Aug 12 21:13:51 2014 +0000

beaglebone.conf: use correct UBOOT_MACHINE

Previous patch introduced a typo, the correct name is am335x_boneblack_config.

Thanks to Diego Sueiro <diego.sueiro at gmail.com> for spotting it.

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 0b4dce3..8a7e52a 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_boneblack"
+UBOOT_MACHINE = "am335x_boneblack_config"



More information about the meta-ti mailing list