Commit 48547bd2 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

microblaze: surround string default in Kconfig with double quotes



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

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 171a515d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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