
8 Aug
2019
8 Aug
'19
1:13 p.m.
On Wed, 2019-08-07 at 23:04 -0700, Bin Meng wrote:
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
board/emulation/qemu-riscv/Kconfig | 1 + 1 file changed, 1 insertion(+)
Ah, I missed this. Thanks!
Reviewed-by: Lukas Auer lukas.auer@aisec.fraunhofer.de