diff options
| author | Nathan Rossi <nathan.rossi@petalogix.com> | 2012-09-26 17:22:28 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@petalogix.com> | 2012-09-26 17:22:28 +1000 |
| commit | 1f4530e5bc2fbba2f3129d216a488eeb814b658b (patch) | |
| tree | ba21597e04bab3824871b7ce811b6dfc6c52140b /conf/machine/microblaze.conf | |
| parent | 88e5ad9e5e14f572c6cdddb88b5a4a6583e4b7ee (diff) | |
| download | meta-xilinx-1f4530e5bc2fbba2f3129d216a488eeb814b658b.tar.gz | |
Added 'microblaze' machine and tune configuration.
Signed-off-by: Nathan Rossi <nathan.rossi@petalogix.com>
Diffstat (limited to 'conf/machine/microblaze.conf')
| -rw-r--r-- | conf/machine/microblaze.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/machine/microblaze.conf b/conf/machine/microblaze.conf new file mode 100644 index 00000000..f890f55b --- /dev/null +++ b/conf/machine/microblaze.conf | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: microblaze | ||
| 3 | #@DESCRIPTION: microblaze | ||
| 4 | |||
| 5 | TARGET_CPU = "microblaze" | ||
| 6 | MACHINE_FEATURES := "" | ||
| 7 | |||
| 8 | require conf/machine/include/tune-microblaze.inc | ||
| 9 | |||
| 10 | KERNEL_IMAGETYPE = "uImage" | ||
| 11 | |||
| 12 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
