diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-02-26 10:28:42 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-08 09:16:26 -0400 |
commit | c39e19a9b07807936b8df5925757e0a512effb92 (patch) | |
tree | f4c45c553fdba9df57c23c7fd61fa7c548b8869e /include/configs/stm32mp1.h | |
parent | 8cc28146f55340777a48c44e948a8ff1143e1c17 (diff) |
configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigs
Move CONFIG_SYS_MTDPARTS_RUNTIME into Kconfig done by moveconfig.py.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'include/configs/stm32mp1.h')
-rw-r--r-- | include/configs/stm32mp1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index baec6d7e6f..ae9631ebcc 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -85,11 +85,6 @@ #define CONFIG_SYS_AUTOLOAD "no" #endif -/* Dynamic MTD partition support */ -#if defined(CONFIG_STM32_QSPI) || defined(CONFIG_NAND_STM32_FMC2) -#define CONFIG_SYS_MTDPARTS_RUNTIME -#endif - #ifdef CONFIG_DM_VIDEO #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_BMP_16BPP |