diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2017-01-27 11:00:37 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 08:47:34 -0500 |
commit | b0cf733933c3bc1b4ab353e16affabc60f863db5 (patch) | |
tree | a887b94a494489f2c197c1062a6414cda2dae84a /include/configs/vining_2000.h | |
parent | f18fa31cdcfeecaf56e61224eb18d2f2b6d39d85 (diff) | |
download | u-boot-imx-b0cf733933c3bc1b4ab353e16affabc60f863db5.zip u-boot-imx-b0cf733933c3bc1b4ab353e16affabc60f863db5.tar.gz u-boot-imx-b0cf733933c3bc1b4ab353e16affabc60f863db5.tar.bz2 |
disk: convert CONFIG_DOS_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/vining_2000.h')
-rw-r--r-- | include/configs/vining_2000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vining_2000.h b/include/configs/vining_2000.h index 0ff0a16..6aaa7f5 100644 --- a/include/configs/vining_2000.h +++ b/include/configs/vining_2000.h @@ -110,7 +110,6 @@ #ifdef CONFIG_ENV_IS_IN_MMC #define CONFIG_SUPPORT_EMMC_BOOT #define CONFIG_EFI_PARTITION -#define CONFIG_DOS_PARTITION #define CONFIG_SUPPORT_EMMC_RPMB #define CONFIG_SYS_MMC_ENV_DEV 0 /* USDHC4 eMMC */ /* 0=user, 1=boot0, 2=boot1, * 4..7=general0..3. */ |