microblaze: surround string default in Kconfig with double quotes

I guess this is a constant value instead of a symbol.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Masahiro Yamada 2018-12-11 20:01:03 +09:00
parent 171a515d08
commit 48547bd23d
1 changed files with 1 additions and 1 deletions

View File

@ -65,6 +65,6 @@ config XILINX_MICROBLAZE0_USE_FPU
config XILINX_MICROBLAZE0_HW_VER
string "Core version number"
default 7.10.d
default "7.10.d"
endmenu