summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-10 12:09:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-10 12:12:18 +0200
commit4bad4c6948cf0e3301f6b65bba75034db48dfca3 (patch)
tree784fc2d9e12570f061667a433a26ef7522b46a79 /platforms
parenta85ff9a5cf5fcb9c1be558cbd8e2440c1afc5ec1 (diff)
downloadptxdist-4bad4c6948cf0e3301f6b65bba75034db48dfca3.tar.gz
ptxdist-4bad4c6948cf0e3301f6b65bba75034db48dfca3.tar.xz
u-boot: use correct syntax for string default values
Future kconfig versions require the '"'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/u-boot.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 8af0c8271..d474e64e3 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -9,7 +9,7 @@ if U_BOOT
config U_BOOT_VERSION
string
- default 2019.01
+ default "2019.01"
prompt "U-Boot version"
help
Enter the U-Boot version you want to build. Usually something like