commit | 44016bc59870c8816fe2cd4721dc5ff11038dd98 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Aug 07 23:04:41 2019 -0700 |
committer | Andes <uboot@andestech.com> | Mon Aug 26 16:09:02 2019 +0800 |
tree | e567c71aafcd59041379b29284acbeec8e641ccd | |
parent | 8313fcdb4f93bb38b2658ad9e709f6850c658bbf [diff] |
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>