From 620e72b2ddee1c1198a1ea3e9c26b44b20628d6e Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 21 Apr 2015 13:32:27 +1000 Subject: tune-microblaze.inc: Update default U-Boot config * The "microblaze-generic" board in U-Boot has the config name of "microblaze-generic_config" due to the changes that occured in the U-Boot build system Signed-off-by: Nathan Rossi --- conf/machine/include/tune-microblaze.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/tune-microblaze.inc b/conf/machine/include/tune-microblaze.inc index 5b20522c..cf65ace9 100644 --- a/conf/machine/include/tune-microblaze.inc +++ b/conf/machine/include/tune-microblaze.inc @@ -14,7 +14,7 @@ PACKAGE_EXTRA_ARCHS_tune-microblaze = "${TUNE_PKGARCH}" KERNEL_IMAGETYPE ?= "linux.bin.ub" # U-Boot Configuration -UBOOT_MACHINE ?= "microblaze-generic" +UBOOT_MACHINE ?= "microblaze-generic_config" # linux-yocto KMACHINE KMACHINE ?= "microblaze" -- cgit v1.2.3-54-g00ecf