diff options
author | Patrick Delaunay | 2017-01-27 11:00:37 +0100 |
---|---|---|
committer | Tom Rini | 2017-01-28 08:47:34 -0500 |
commit | b0cf733933c3bc1b4ab353e16affabc60f863db5 (patch) | |
tree | a887b94a494489f2c197c1062a6414cda2dae84a /include/configs/ethernut5.h | |
parent | f18fa31cdcfeecaf56e61224eb18d2f2b6d39d85 (diff) |
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/ethernut5.h')
-rw-r--r-- | include/configs/ethernut5.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index c78eebfdeff..daa6fae0eb2 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -193,10 +193,6 @@ #define MTDIDS_DEFAULT "nand0=atmel_nand" #define MTDPARTS_DEFAULT "mtdparts=atmel_nand:-(root)" #endif -#if defined(CONFIG_CMD_REISER) || defined(CONFIG_CMD_EXT2) || \ - defined(CONFIG_CMD_USB) || defined(CONFIG_MMC) -#define CONFIG_DOS_PARTITION -#endif #define CONFIG_LZO #define CONFIG_RBTREE |