diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2017-01-27 11:00:41 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 08:47:42 -0500 |
commit | bd42a94268b165a6f298b9ab13be7003e8d96b02 (patch) | |
tree | a1642404b9dd28ed4268c40584de8133a09171db /include/configs/cm_t43.h | |
parent | 863c5b6cdd49f0f0ce5ca0ae3bd0ed09b766121b (diff) | |
download | u-boot-imx-bd42a94268b165a6f298b9ab13be7003e8d96b02.zip u-boot-imx-bd42a94268b165a6f298b9ab13be7003e8d96b02.tar.gz u-boot-imx-bd42a94268b165a6f298b9ab13be7003e8d96b02.tar.bz2 |
disk: convert CONFIG_EFI_PARTITION to Kconfig
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
Diffstat (limited to 'include/configs/cm_t43.h')
-rw-r--r-- | include/configs/cm_t43.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index 9c24ba9..8bba58e 100644 --- a/include/configs/cm_t43.h +++ b/include/configs/cm_t43.h @@ -107,7 +107,6 @@ /* Enhance our eMMC support / experience. */ #define CONFIG_CMD_GPT -#define CONFIG_EFI_PARTITION #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x80200000\0" \ |