From: Denys Dmytriyenko <denis@denix.org>
To: meta-ti@yoctoproject.org
Subject: [PATCH] beaglebone.conf: use correct UBOOT_MACHINE
Date: Tue, 12 Aug 2014 11:13:51 -0400 [thread overview]
Message-ID: <1407856431-12867-1-git-send-email-denis@denix.org> (raw)
From: Denys Dmytriyenko <denys@ti.com>
Previous patch introduced a typo, the correct name is am335x_boneblack_config.
Thanks to Diego Sueiro <diego.sueiro@gmail.com> for spotting it.
Signed-off-by: Denys Dmytriyenko <denys@ti.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 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"
--
2.0.4
reply other threads:[~2014-08-12 15:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1407856431-12867-1-git-send-email-denis@denix.org \
--to=denis@denix.org \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.