diff options
-rw-r--r-- | src/vboot/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vboot/Kconfig b/src/vboot/Kconfig index 4ddf3e3534..c4b4687585 100644 --- a/src/vboot/Kconfig +++ b/src/vboot/Kconfig @@ -206,7 +206,7 @@ config VBOOT_FWID_MODEL config VBOOT_FWID_VERSION string "Firmware ID version" - default "$(KERNELVERSION)" + default ".$(KERNELVERSION)" help This is the second part of the FWID written to various regions of a vboot firmware image to identify its version. |