diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-10-04 11:59:51 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-15 07:55:17 -0400 |
commit | e7421b0e4135009f5ffd30670ed8f4b3e880040d (patch) | |
tree | 8d3e6ed323f5f3c5c14d2d2d2a6433c446a60e0c /scripts | |
parent | ff07cc9ed106982727935ff0d6369e4da0fec6a9 (diff) | |
download | u-boot-e7421b0e4135009f5ffd30670ed8f4b3e880040d.tar.gz u-boot-e7421b0e4135009f5ffd30670ed8f4b3e880040d.tar.bz2 u-boot-e7421b0e4135009f5ffd30670ed8f4b3e880040d.zip |
am33x: Remove unused define CONFIG_MUSB_HOST
This define was left over from a previous revision, and was never used.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
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 566f31a76e..5c3800a4e3 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -811,7 +811,6 @@ CONFIG_MTD_UBI_DEBUG_PARANOID CONFIG_MTD_UBI_GLUEBI CONFIG_MTD_UBI_MODULE CONFIG_MULTI_CS -CONFIG_MUSB_HOST CONFIG_MVGBE_PORTS CONFIG_MVMFP_V2 CONFIG_MVS |