diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-21 13:32:27 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-21 13:32:27 +1000 |
commit | 620e72b2ddee1c1198a1ea3e9c26b44b20628d6e (patch) | |
tree | 6866da0b821eb719787fc6b1c54871c61263b7c4 | |
parent | 7d969dbea9999b16b332d46fa844a29577ff6f4e (diff) | |
download | meta-xilinx-620e72b2ddee1c1198a1ea3e9c26b44b20628d6e.tar.gz |
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 <nathan.rossi@xilinx.com>
-rw-r--r-- | conf/machine/include/tune-microblaze.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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}" | |||
14 | KERNEL_IMAGETYPE ?= "linux.bin.ub" | 14 | KERNEL_IMAGETYPE ?= "linux.bin.ub" |
15 | 15 | ||
16 | # U-Boot Configuration | 16 | # U-Boot Configuration |
17 | UBOOT_MACHINE ?= "microblaze-generic" | 17 | UBOOT_MACHINE ?= "microblaze-generic_config" |
18 | 18 | ||
19 | # linux-yocto KMACHINE | 19 | # linux-yocto KMACHINE |
20 | KMACHINE ?= "microblaze" | 20 | KMACHINE ?= "microblaze" |