diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-02-26 10:28:41 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-08 09:16:26 -0400 |
commit | 8cc28146f55340777a48c44e948a8ff1143e1c17 (patch) | |
tree | 5f4bcbadacc82b73158748c9ec4c7e6476d5c6b1 /include/configs/stm32mp1.h | |
parent | b11dc33e361a84ca41604e49ec22635bf5d2eb4c (diff) |
configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs
Move CONFIG_SET_DFU_ALT_INFO into Kconfig done by moveconfig.py.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Acked-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include/configs/stm32mp1.h')
-rw-r--r-- | include/configs/stm32mp1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index 2ba4fb1305..baec6d7e6f 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -90,8 +90,6 @@ #define CONFIG_SYS_MTDPARTS_RUNTIME #endif -#define CONFIG_SET_DFU_ALT_INFO - #ifdef CONFIG_DM_VIDEO #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_BMP_16BPP |