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 /scripts | |
parent | 8cc28146f55340777a48c44e948a8ff1143e1c17 (diff) | |
download | u-boot-c39e19a9b07807936b8df5925757e0a512effb92.tar.gz u-boot-c39e19a9b07807936b8df5925757e0a512effb92.tar.xz u-boot-c39e19a9b07807936b8df5925757e0a512effb92.zip |
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 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 7c18b2481c..2678626b59 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3191,7 +3191,6 @@ CONFIG_SYS_MRAM_SIZE CONFIG_SYS_MSC0_VAL CONFIG_SYS_MSC1_VAL CONFIG_SYS_MSC2_VAL -CONFIG_SYS_MTDPARTS_RUNTIME CONFIG_SYS_MX5_CLK32 CONFIG_SYS_MX5_HCLK CONFIG_SYS_MX6_CLK32 |