1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-01 00:11:11 +00:00

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>
This commit is contained in:
Denys Dmytriyenko
2014-08-12 21:13:51 +00:00
parent f0ed00fdfd
commit 20c7907504
+1 -1
View File
@@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
SERIAL_CONSOLE = "115200 ttyO0"
UBOOT_MACHINE = "am335x_boneblack"
UBOOT_MACHINE = "am335x_boneblack_config"