1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-23 07:25:21 +01:00
Files
u-boot-megous/test
Dan Carpenter 2160cb141f bootflow: Fix build error when BOOTMETH_CROS is disabled
The bootflow testing assumes that BOOTMETH_CROS is enabled but it
might not be which leads to a build error.

aarch64-linux-gnu-ld.bfd: test/boot/bootflow.o: in function `prep_mmc_bootdev':
test/boot/bootflow.c:549:(.text.prep_mmc_bootdev+0x1c8):
    undefined reference to `_u_boot_list_2_driver_2_bootmeth_cros'

Fixes: d08db02d2d ("bootstd: Add a test for bootmeth_cros")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
2024-03-04 10:25:47 -05:00
..
2024-01-29 22:35:02 -05:00
2024-03-01 18:34:08 -05:00
2023-12-13 18:39:05 -05:00
2023-04-03 06:53:53 +12:00