commit | 99e54e69172f753602d7859b0c11f9aeeb60b683 | [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 | eaa2b6632d83fcd2601416b84392e3b3497605e6 [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>