QEMU expects the file format to be specified even for raw files. Currently this change only suppresses a warning. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Copyright (c) 2021 Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
console_impl=qemu
|
|
qemu_machine="sifive_u,msel=11"
|
|
qemu_binary="qemu-system-riscv64"
|
|
qemu_extra_args="-smp 5 -m 8G -nographic -nic user,tftp=${UBOOT_TRAVIS_BUILD_DIR}"
|
|
qemu_kernel_args="-bios ${U_BOOT_BUILD_DIR}/spl/u-boot-spl.bin -drive file=${U_BOOT_BUILD_DIR}/sdcard.img,format=raw,if=sd"
|
|
reset_impl=none
|
|
flash_impl=none
|