riscv: qemu: Fix kconfig build warning
authorBin Meng <bmeng.cn@gmail.com>
Thu, 8 Aug 2019 06:04:41 +0000 (23:04 -0700)
committerAndes <uboot@andestech.com>
Mon, 26 Aug 2019 08:09:02 +0000 (16:09 +0800)
commit44016bc59870c8816fe2cd4721dc5ff11038dd98
treee567c71aafcd59041379b29284acbeec8e641ccd
parent8313fcdb4f93bb38b2658ad9e709f6850c658bbf
riscv: qemu: Fix kconfig build warning

When 'make qemu-riscv64_defconfig', there is a build warning:

  board/emulation/qemu-riscv/Kconfig:24:
  warning: config symbol defined without type

Fix it by specifying the config symbol type to 'hex'.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
board/emulation/qemu-riscv/Kconfig