From: Pramod Kumar Date: Wed, 29 Apr 2020 09:30:41 +0000 (+0530) Subject: include/configs: ls1046afrwy: add support for boot targets. X-Git-Tag: v2020.10~208^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ff0c9d59c7a151956aaac0fc72c85e927617ce3;p=platform%2Fkernel%2Fu-boot.git include/configs: ls1046afrwy: add support for boot targets. ls1046afrwy does not support sata boot. So Override default BOOT_TARGET_DEVICES and support only mmc, usb and dhcp as boot targets. Signed-off-by: Pramod Kumar [Rebased] Signed-off-by: Priyanka Jain --- diff --git a/include/configs/ls1046afrwy.h b/include/configs/ls1046afrwy.h index 88d06ce..44e7fc3 100644 --- a/include/configs/ls1046afrwy.h +++ b/include/configs/ls1046afrwy.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* - * Copyright 2019 NXP + * Copyright 2019-2020 NXP */ #ifndef __LS1046AFRWY_H__ @@ -99,6 +99,14 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_FSL_QSPI_BASE 0x40000000 +#ifndef CONFIG_SPL_BUILD +#undef BOOT_TARGET_DEVICES +#define BOOT_TARGET_DEVICES(func) \ + func(MMC, mmc, 0) \ + func(USB, usb, 0) \ + func(DHCP, dhcp, na) +#endif + /* FMan */ #ifdef CONFIG_SYS_DPAA_FMAN #define CONFIG_FMAN_ENET