diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-09-28 11:30:16 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-10-18 15:27:01 +0200 |
commit | 8fc78fc73b7f9d379913a503ecf4bd10af0011d8 (patch) | |
tree | 3246e94cbac825f6f6b1d285266f90ca837f2529 /scripts | |
parent | f9a48654ee70fbad29f487d074fd36a1548b4209 (diff) | |
download | u-boot-8fc78fc73b7f9d379913a503ecf4bd10af0011d8.tar.gz |
configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs
Done with:
./tools/moveconfig.py BMP_16BPP BMP_24BPP BMP_32BPP
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index b42cf408ac..dc4f0b050c 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -101,9 +101,6 @@ CONFIG_BL1_OFFSET CONFIG_BL1_SIZE CONFIG_BL2_OFFSET CONFIG_BL2_SIZE -CONFIG_BMP_16BPP -CONFIG_BMP_24BPP -CONFIG_BMP_32BPP CONFIG_BOARDDIR CONFIG_BOARDNAME CONFIG_BOARDNAME_LOCAL |