From 5469c16a90b5cd53c13040c6740dd73a11c974bc Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 19 Apr 2017 13:27:35 +0200 Subject: 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 Signed-off-by: Khem Raj --- conf/machine/10m50.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ require conf/machine/include/tune-nios2.inc -TUNE_FEATURES += "hw-div hw-mul" +TUNE_FEATURES_append = " hw-div hw-mul" UBOOT_CONFIG ??= "qspi" UBOOT_CONFIG[qspi] = "10m50_config" -- cgit v1.2.3-54-g00ecf