mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
Correct SPL use of UDP_FUNCTION_FASTBOOT
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@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
parent
0b1671bc0f
commit
942b309609
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue