Re: [PATCH 1/1] ARM: qemu-arm: Fix build fail with boot devices disabled

2022-01-15 Thread Tom Rini
On Wed, Dec 29, 2021 at 02:30:04PM +0100, Piotr Kubik wrote: > BOOT_TARGET_DEVICES should only be added if the corresponding u-boot > command is enabled otherwise the build will fail. > > Signed-off-by: Piotr Kubik Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP sign

[PATCH 1/1] ARM: qemu-arm: Fix build fail with boot devices disabled

2021-12-29 Thread Piotr Kubik
BOOT_TARGET_DEVICES should only be added if the corresponding u-boot command is enabled otherwise the build will fail. Signed-off-by: Piotr Kubik --- include/configs/qemu-arm.h | 32 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/include/configs