diff options
author | Tom Rini <trini@konsulko.com> | 2021-10-30 23:03:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-05 11:23:29 -0400 |
commit | bca1bce92a58bfbd01799f62767f805099015721 (patch) | |
tree | 574e2bc79383925372be1e64daa0991852bbdfc0 /include/configs/octeontx2_common.h | |
parent | 465547bddf7116d49ddcf28aabc3272dc13d8e69 (diff) | |
download | u-boot-bca1bce92a58bfbd01799f62767f805099015721.tar.gz |
Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig
This converts the following to Kconfig:
CONFIG_SUPPORT_EMMC_BOOT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/octeontx2_common.h')
-rw-r--r-- | include/configs/octeontx2_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/octeontx2_common.h b/include/configs/octeontx2_common.h index 5e1c0073b0..6608b34102 100644 --- a/include/configs/octeontx2_common.h +++ b/include/configs/octeontx2_common.h @@ -56,7 +56,6 @@ #if defined(CONFIG_MMC_OCTEONTX) #define MMC_SUPPORTS_TUNING /** EMMC specific defines */ -#define CONFIG_SUPPORT_EMMC_BOOT #define CONFIG_SUPPORT_EMMC_RPMB #endif |