commit | 5767108d15c1c707719e779f6085b5bb9651cd05 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@linaro.org> | Wed Feb 21 09:26:09 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 04 10:25:47 2024 -0500 |
tree | 3a41ec3e69d2c5358fcf202bbb199ef42c8d2847 | |
parent | e2ac63857315b3f08aa7600b7f395e8bd1ec67fc [diff] |
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: d08db02d2d3d ("bootstd: Add a test for bootmeth_cros") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>