From daecf56e90061d1fb85f1594e9e9c75cd1678958 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 28 May 2013 16:17:51 +1000 Subject: 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 --- meta-kc705/conf/machine/kc705-trd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" MACHINE_FEATURES := "" require conf/machine/include/tune-microblaze.inc -TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift pattern-compare reorder divide-hard multiply-low" +TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift pattern-compare reorder multiply-low" SERIAL_CONSOLE = "115200 ttyS0" -- cgit v1.2.3-54-g00ecf