Re: [PATCH] test: bootdev: Do not require USB to compile test

2023-02-07 Thread Tom Rini
On Mon, Jan 23, 2023 at 11:07:21PM +0100, Linus Walleij wrote: > This test will block compilation of the entire test suite > on platforms without USB support. Make the extern > "usb_started" conditional on USB host or gadget and > define a dummy flag if neither is enabled. > > Cc: Simon Glass >

Re: [PATCH] test: bootdev: Do not require USB to compile test

2023-01-23 Thread Simon Glass
On Mon, 23 Jan 2023 at 15:07, Linus Walleij wrote: > > This test will block compilation of the entire test suite > on platforms without USB support. Make the extern > "usb_started" conditional on USB host or gadget and > define a dummy flag if neither is enabled. > > Cc: Simon Glass > Signed-off-

[PATCH] test: bootdev: Do not require USB to compile test

2023-01-23 Thread Linus Walleij
This test will block compilation of the entire test suite on platforms without USB support. Make the extern "usb_started" conditional on USB host or gadget and define a dummy flag if neither is enabled. Cc: Simon Glass Signed-off-by: Linus Walleij --- test/boot/bootdev.c | 4 1 file change