From 3de384bb34d4b4e5a36196ec4a62983c7dbef3b8 Mon Sep 17 00:00:00 2001 From: "Franklin S. Cooper Jr" Date: Thu, 7 Aug 2014 04:10:57 +0000 Subject: [PATCH] am57xx-evm: Update the config name used in U-boot for this board Signed-off-by: Franklin S. Cooper Jr Signed-off-by: Denys Dmytriyenko --- conf/machine/am57xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 56b18736..0beed60b 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf @@ -8,7 +8,7 @@ IMAGE_FSTYPES += "ubi tar.gz" SERIAL_CONSOLE = "115200 ttyO2" -UBOOT_MACHINE = "dra7xx_evm_config" +UBOOT_MACHINE = "beagle_x15_config" # UBI information. Note that this is board and kernel specific. Changes # in your kernel port may require changes in these variables. For more