[u-boot-test-hooks PATCH 1/2] ast2500: Simplify Qemu command line
Cédric Le Goater
clg at kaod.org
Fri Jun 24 08:22:04 CEST 2022
On 6/24/22 04:34, Joel Stanley wrote:
> The Aspeed machine in Qemu has appropriate defaults so we don't need to
> specify these options.
>
> Signed-off-by: Joel Stanley <joel at jms.id.au>
Reviewed-by: Cédric Le Goater <clg at kaod.org>
Thanks,
C.
> ---
> bin/travis-ci/conf.evb-ast2500_qemu | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bin/travis-ci/conf.evb-ast2500_qemu b/bin/travis-ci/conf.evb-ast2500_qemu
> index 7f0f3c56e006..2e9adc6af9b0 100644
> --- a/bin/travis-ci/conf.evb-ast2500_qemu
> +++ b/bin/travis-ci/conf.evb-ast2500_qemu
> @@ -5,7 +5,7 @@
> console_impl=qemu
> qemu_machine="ast2500-evb"
> qemu_binary="qemu-system-arm"
> -qemu_extra_args="-nographic -m 512M -serial mon:stdio -net nic,model=ftgmac100 -net user,id=net0,tftp=${UBOOT_TRAVIS_BUILD_DIR}"
> +qemu_extra_args="-nographic -nic user,tftp=${UBOOT_TRAVIS_BUILD_DIR}"
> qemu_kernel_args="-drive file=${U_BOOT_BUILD_DIR}/flash.img,format=raw,if=mtd"
> reset_impl=none
> flash_impl=qemu_gen_padded_image
More information about the U-Boot
mailing list