diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-12 18:18:18 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-12 18:18:18 +1000 |
| commit | 9b386bc9f7710643cc76672e5f1d21f909b51500 (patch) | |
| tree | 8e97ba5cbe16e104c4327df5e14fd2f317234ddc | |
| parent | 05e95ef70865e878990a39447d8e58ae8f37b4ab (diff) | |
| download | meta-xilinx-9b386bc9f7710643cc76672e5f1d21f909b51500.tar.gz | |
machine/include/tune-*: Fix up KMACHINE definitions
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
| -rw-r--r-- | conf/machine/include/tune-microblaze.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/tune-zynq.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/tune-microblaze.inc b/conf/machine/include/tune-microblaze.inc index 13bb241d..851379b8 100644 --- a/conf/machine/include/tune-microblaze.inc +++ b/conf/machine/include/tune-microblaze.inc | |||
| @@ -17,4 +17,4 @@ KERNEL_IMAGETYPE ?= "linux.bin.ub" | |||
| 17 | UBOOT_MACHINE ?= "microblaze-generic" | 17 | UBOOT_MACHINE ?= "microblaze-generic" |
| 18 | 18 | ||
| 19 | # linux-yocto KMACHINE | 19 | # linux-yocto KMACHINE |
| 20 | KMACHINE ?= "microblaze-default" | 20 | KMACHINE ?= "microblaze" |
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc index 95b81e22..46334205 100644 --- a/conf/machine/include/tune-zynq.inc +++ b/conf/machine/include/tune-zynq.inc | |||
| @@ -19,4 +19,4 @@ KERNEL_IMAGETYPE ?= "uImage" | |||
| 19 | KERNEL_EXTRA_ARGS_zynq += "UIMAGE_LOADADDR=0x8000" | 19 | KERNEL_EXTRA_ARGS_zynq += "UIMAGE_LOADADDR=0x8000" |
| 20 | 20 | ||
| 21 | # linux-yocto KMACHINE | 21 | # linux-yocto KMACHINE |
| 22 | KMACHINE ?= "zynq-default" | 22 | KMACHINE ?= "zynq" |
