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)
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

index 1928d6dda0caa07bf092541ca52d5d53eddd8a46..7ce12018e7af4b9ed86edd46a2ca619b383e5d7f 100644 (file)
@@ -22,6 +22,7 @@ config SPL_TEXT_BASE
        default 0x80000000
 
 config SPL_OPENSBI_LOAD_ADDR
+       hex
        default 0x81000000
 
 config BOARD_SPECIFIC_OPTIONS # dummy