summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2017-04-19 13:27:35 +0200
committerKhem Raj <raj.khem@gmail.com>2017-04-25 17:50:00 -0700
commit5469c16a90b5cd53c13040c6740dd73a11c974bc (patch)
treee8276341300f9a3cafe6b789c31c923f5afc12de
parentec4aa12f74674de874b4ba909f08d97d77f2e9ec (diff)
downloadmeta-altera-5469c16a90b5cd53c13040c6740dd73a11c974bc.tar.gz
nios2: Use _append in machine TUNE_FEATURES
Use _append instead of += so that the machine adds into the TUNE_FEATURES after the tune-nios2.inc was processed. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/machine/10m50.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/10m50.conf b/conf/machine/10m50.conf
index 0e7d0c6..dadcbbd 100644
--- a/conf/machine/10m50.conf
+++ b/conf/machine/10m50.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/tune-nios2.inc 5require conf/machine/include/tune-nios2.inc
6 6
7TUNE_FEATURES += "hw-div hw-mul" 7TUNE_FEATURES_append = " hw-div hw-mul"
8 8
9UBOOT_CONFIG ??= "qspi" 9UBOOT_CONFIG ??= "qspi"
10UBOOT_CONFIG[qspi] = "10m50_config" 10UBOOT_CONFIG[qspi] = "10m50_config"