mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 08:59:33 +00:00
configs: am65x_evm: Add CONFIG_SUPPORT_EMMC_BOOT
With CONFIG_SUPPORT_EMMC_BOOT moved to Kconfig, move it to defconfig files. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
0abf600746
commit
91332bd210
3 changed files with 2 additions and 2 deletions
|
@ -74,6 +74,7 @@ CONFIG_DM_KEYBOARD=y
|
||||||
CONFIG_DM_MAILBOX=y
|
CONFIG_DM_MAILBOX=y
|
||||||
CONFIG_K3_SEC_PROXY=y
|
CONFIG_K3_SEC_PROXY=y
|
||||||
CONFIG_DM_MMC=y
|
CONFIG_DM_MMC=y
|
||||||
|
CONFIG_SUPPORT_EMMC_BOOT=y
|
||||||
CONFIG_MMC_SDHCI=y
|
CONFIG_MMC_SDHCI=y
|
||||||
CONFIG_MMC_SDHCI_ADMA=y
|
CONFIG_MMC_SDHCI_ADMA=y
|
||||||
CONFIG_SPL_MMC_SDHCI_ADMA=y
|
CONFIG_SPL_MMC_SDHCI_ADMA=y
|
||||||
|
|
|
@ -73,6 +73,7 @@ CONFIG_K3_SEC_PROXY=y
|
||||||
CONFIG_MISC=y
|
CONFIG_MISC=y
|
||||||
CONFIG_K3_AVS0=y
|
CONFIG_K3_AVS0=y
|
||||||
CONFIG_DM_MMC=y
|
CONFIG_DM_MMC=y
|
||||||
|
CONFIG_SUPPORT_EMMC_BOOT=y
|
||||||
CONFIG_MMC_SDHCI=y
|
CONFIG_MMC_SDHCI=y
|
||||||
CONFIG_SPL_MMC_SDHCI_ADMA=y
|
CONFIG_SPL_MMC_SDHCI_ADMA=y
|
||||||
CONFIG_MMC_SDHCI_AM654=y
|
CONFIG_MMC_SDHCI_AM654=y
|
||||||
|
|
|
@ -127,8 +127,6 @@
|
||||||
#define CONFIG_SYS_MMC_ENV_PART 1
|
#define CONFIG_SYS_MMC_ENV_PART 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CONFIG_SUPPORT_EMMC_BOOT
|
|
||||||
|
|
||||||
/* Now for the remaining common defines */
|
/* Now for the remaining common defines */
|
||||||
#include <configs/ti_armv7_common.h>
|
#include <configs/ti_armv7_common.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue