diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-08-12 21:13:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-08-12 17:52:37 -0400 |
commit | 20c7907504b69df3a9f1e7226e4a14950637573e (patch) | |
tree | 8f3bef99facae478b18d273b1c2915baf4909d92 /conf | |
parent | f0ed00fdfd40eb53894bc838ce701202cf674892 (diff) | |
download | meta-ti-20c7907504b69df3a9f1e7226e4a14950637573e.tar.gz |
beaglebone.conf: use correct UBOOT_MACHINE
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>
Diffstat (limited to 'conf')
-rw-r--r-- | 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 0b4dce3a..8a7e52a5 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf | |||
@@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz" | |||
11 | 11 | ||
12 | SERIAL_CONSOLE = "115200 ttyO0" | 12 | SERIAL_CONSOLE = "115200 ttyO0" |
13 | 13 | ||
14 | UBOOT_MACHINE = "am335x_boneblack" | 14 | UBOOT_MACHINE = "am335x_boneblack_config" |