summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-08-12 21:13:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-08-12 17:52:37 -0400
commit20c7907504b69df3a9f1e7226e4a14950637573e (patch)
tree8f3bef99facae478b18d273b1c2915baf4909d92 /conf
parentf0ed00fdfd40eb53894bc838ce701202cf674892 (diff)
downloadmeta-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.conf2
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
12SERIAL_CONSOLE = "115200 ttyO0" 12SERIAL_CONSOLE = "115200 ttyO0"
13 13
14UBOOT_MACHINE = "am335x_boneblack" 14UBOOT_MACHINE = "am335x_boneblack_config"