summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-nios2.inc
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2017-04-19 13:27:30 +0200
committerKhem Raj <raj.khem@gmail.com>2017-04-25 17:49:59 -0700
commit4f0215c88e609dc07b061d691e3c01652261b460 (patch)
tree82cb6903d2a7f19b4b85c45e8384f9915ad7646c /conf/machine/include/tune-nios2.inc
parentcf7fc462cc6a5e82f2de76bb21e09675be7ae316 (diff)
downloadmeta-altera-4f0215c88e609dc07b061d691e3c01652261b460.tar.gz
nios2: Drop CSL_TARGET_SYS
This is not used, so drop it. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/include/tune-nios2.inc')
-rw-r--r--conf/machine/include/tune-nios2.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/tune-nios2.inc b/conf/machine/include/tune-nios2.inc
index 4a132a4..33c5539 100644
--- a/conf/machine/include/tune-nios2.inc
+++ b/conf/machine/include/tune-nios2.inc
@@ -16,5 +16,3 @@ TUNE_FEATURES_tune-nios2 += "nios2"
16TUNE_CCARGS += "-mel ${NIOS2CCARGSDIV} ${NIOS2CCARGSFPU} ${NIOS2CCARGSMUL}" 16TUNE_CCARGS += "-mel ${NIOS2CCARGSDIV} ${NIOS2CCARGSFPU} ${NIOS2CCARGSMUL}"
17TUNE_PKGARCH = "nios2${NIOS2PKGMUL}${NIOS2PKGDIV}${NIOS2PKGFPU}" 17TUNE_PKGARCH = "nios2${NIOS2PKGMUL}${NIOS2PKGDIV}${NIOS2PKGFPU}"
18PACKAGE_EXTRA_ARCHS_tune-nios2 = "${TUNE_PKGARCH}" 18PACKAGE_EXTRA_ARCHS_tune-nios2 = "${TUNE_PKGARCH}"
19
20CSL_TARGET_SYS_nios2 = "nios2-linux-gnu"