summaryrefslogtreecommitdiffstats
path: root/src/mainboard/kontron/bsl6
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-08-19 20:26:17 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-20 19:30:00 +0000
commitf290e6298f215e92598144a404571aaf32581154 (patch)
tree4771afad2d6b31dd283cd5222a397026f5f868f7 /src/mainboard/kontron/bsl6
parent176d005c645339476a97e9afdd1f82896694bb13 (diff)
downloadcoreboot-f290e6298f215e92598144a404571aaf32581154.tar.gz
coreboot-f290e6298f215e92598144a404571aaf32581154.tar.bz2
coreboot-f290e6298f215e92598144a404571aaf32581154.zip
src/mainboard: Escape variable expansion in Kconfig
Kconfig 5.8 interprets $(...) itself using environment variables, which generally means that they expand to the empty string. \$(...) works with both our current and new Kconfig with the desired behavior (to pass it through unmodified). Change-Id: I726567eeb61d2035560152677d2b4548c1472be9 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44584 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/kontron/bsl6')
-rw-r--r--src/mainboard/kontron/bsl6/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/kontron/bsl6/Kconfig b/src/mainboard/kontron/bsl6/Kconfig
index 2da8f4414651..437c5a3e525b 100644
--- a/src/mainboard/kontron/bsl6/Kconfig
+++ b/src/mainboard/kontron/bsl6/Kconfig
@@ -40,7 +40,7 @@ config VARIANT_DIR
config OVERRIDE_DEVICETREE
string
- default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb"
+ default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
config CBFS_SIZE
hex