From f0ed00fdfd40eb53894bc838ce701202cf674892 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Mon, 4 Aug 2014 21:45:50 +0000 Subject: [PATCH] beaglebone: use the am335x_boneblack u-boot configuration Using the am335x_boneblack configuration for u-boot allows to save the environment to the emmc. Else, it is not possible to save the environment at all. Signed-off-by: Alexandre Belloni 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 8a83a1ae..0b4dce3a 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_evm_config" +UBOOT_MACHINE = "am335x_boneblack"