[PATCH 158/171] Correct SPL use of UDP_FUNCTION_FASTBOOT
Mattijs Korpershoek
mkorpershoek at baylibre.com
Tue Jan 31 15:58:55 CET 2023
On Mon, Jan 30, 2023 at 08:15, Simon Glass <sjg at chromium.org> wrote:
> This converts 1 usage of this option to the non-SPL form, since there is
> no SPL_UDP_FUNCTION_FASTBOOT defined in Kconfig
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>
> ---
>
> cmd/fastboot.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cmd/fastboot.c b/cmd/fastboot.c
> index b94dbd54884..17c53bbe277 100644
> --- a/cmd/fastboot.c
> +++ b/cmd/fastboot.c
> @@ -21,7 +21,7 @@ static int do_fastboot_udp(int argc, char *const argv[],
> {
> int err;
>
> - if (!CONFIG_IS_ENABLED(UDP_FUNCTION_FASTBOOT)) {
> + if (!IS_ENABLED(CONFIG_UDP_FUNCTION_FASTBOOT)) {
> pr_err("Fastboot UDP not enabled\n");
> return CMD_RET_FAILURE;
> }
> --
> 2.39.1.456.gfc5497dd1b-goog
More information about the U-Boot
mailing list