diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-28 16:17:51 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-28 16:17:51 +1000 |
| commit | daecf56e90061d1fb85f1594e9e9c75cd1678958 (patch) | |
| tree | 2e9e97e4255ef31b14a04122568cf3bfafcef75a /meta-kc705 | |
| parent | 3fc5868cfd14a2fede553647cc31699c3dc9f56c (diff) | |
| download | meta-xilinx-daecf56e90061d1fb85f1594e9e9c75cd1678958.tar.gz | |
meta-kc705: kc705-trd: Update configuration to match exact hardware
* Remove 'divide-hard' tune feature, which is not provided on the TRD
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'meta-kc705')
| -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 8f6b031c..d9a79969 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 += "v8.50 little-endian barrel-shift pattern-compare reorder divide-hard multiply-low" | 9 | TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift pattern-compare reorder multiply-low" |
| 10 | 10 | ||
| 11 | SERIAL_CONSOLE = "115200 ttyS0" | 11 | SERIAL_CONSOLE = "115200 ttyS0" |
