From 20c7907504b69df3a9f1e7226e4a14950637573e Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 12 Aug 2014 21:13:51 +0000 Subject: [PATCH] beaglebone.conf: use correct UBOOT_MACHINE Previous patch introduced a typo, the correct name is am335x_boneblack_config. Thanks to Diego Sueiro for spotting it. Signed-off-by: Denys Dmytriyenko --- 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 0b4dce3a..8a7e52a5 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"