diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-22 11:41:22 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-22 11:41:22 +1000 |
| commit | 0898c815704c571ecc6432fc03763e61894bf376 (patch) | |
| tree | c8a31b261f493f605b9ff30402954ed191a0eaa0 /meta-kc705/conf | |
| parent | b2c97e854f43de2483c8663c0be6c1c0f5e4fab3 (diff) | |
| download | meta-xilinx-0898c815704c571ecc6432fc03763e61894bf376.tar.gz | |
microblaze: Change version tune format.
Modify versions from vXYY to vX.YY to provide distinction between major and minor sections.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'meta-kc705/conf')
| -rw-r--r-- | meta-kc705/conf/machine/kc705-trd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-kc705/conf/machine/kc705-trd.conf b/meta-kc705/conf/machine/kc705-trd.conf index 9722bfc8..764ab339 100644 --- a/meta-kc705/conf/machine/kc705-trd.conf +++ b/meta-kc705/conf/machine/kc705-trd.conf | |||
| @@ -6,6 +6,6 @@ TARGET_CPU = "microblazeel" | |||
| 6 | MACHINE_FEATURES := "" | 6 | MACHINE_FEATURES := "" |
| 7 | 7 | ||
| 8 | require conf/machine/include/tune-microblaze.inc | 8 | require conf/machine/include/tune-microblaze.inc |
| 9 | TUNE_FEATURES_tune-microblaze += "v830 little-endian barrel-shift pattern-compare divide-hard multiply-high" | 9 | TUNE_FEATURES_tune-microblaze += "v8.30 little-endian barrel-shift pattern-compare divide-hard multiply-high" |
| 10 | 10 | ||
| 11 | SERIAL_CONSOLE = "115200 ttyS0" | 11 | SERIAL_CONSOLE = "115200 ttyS0" |
