summaryrefslogtreecommitdiff
path: root/meta-aspeed/conf/machine
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-19 19:18:34 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-26 19:21:52 +0300
commit95ccc7320c91fbc34c8edb5bf9c22092fdbf06a3 (patch)
treefb5d30c06e47a35681052d311765ce843e29e6b9 /meta-aspeed/conf/machine
parente0a7517b07c7dbc0a14859b287bd54228824646d (diff)
downloadopenbmc-95ccc7320c91fbc34c8edb5bf9c22092fdbf06a3.tar.xz
meta-aspeed: g5: drop redundant tune include
Anyone using OE-core after 95823b7eab is using the OE-core provided tune and not ours. Drop our redundant tune file. (From meta-aspeed rev: 5894fc514daad03f70ada285a6b37947e1fb116e) Change-Id: Ice99855d7655f926832943f6944279a0d21de5a7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-aspeed/conf/machine')
-rw-r--r--meta-aspeed/conf/machine/include/tune-arm1176jz-s.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-aspeed/conf/machine/include/tune-arm1176jz-s.inc b/meta-aspeed/conf/machine/include/tune-arm1176jz-s.inc
deleted file mode 100644
index 5216533eb..000000000
--- a/meta-aspeed/conf/machine/include/tune-arm1176jz-s.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-DEFAULTTUNE ?= "armv6t-novfp"
-
-require conf/machine/include/arm/arch-armv6.inc
-
-TUNEVALID[arm1176jzs] = "Enable arm1176jzs specific processor optimizations"
-TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "arm1176jzs", "-mtune=arm1176jz-s", "", d)}"
-
-AVAILTUNES += "arm1176jzs"
-ARMPKGARCH_tune-arm1176jzs = "${ARMPKGARCH_tune-armv6t-novfp}"
-TUNE_FEATURES_tune-arm1176jzs = "${TUNE_FEATURES_tune-armv6t-novfp} arm1176jzs"
-PACKAGE_EXTRA_ARCHS_tune-arm1176jzs = "${PACKAGE_EXTRA_ARCHS_tune-armv6t-novfp}"