[U-Boot] [PATCH v2] Remove CONFIG_MVGBE from config_whitelist.txt

Now that there are no more boards defining this it can be removed from the whitelist.
Signed-off-by: Chris Packham judge.packham@gmail.com --- Changes in v2: - fix typo (s/more/no more/) in commit message.
scripts/config_whitelist.txt | 1 - 1 file changed, 1 deletion(-)
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index c5cb23dbf170..705ed89a659f 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1333,7 +1333,6 @@ CONFIG_MTD_UBI_MODULE CONFIG_MULTI_CS CONFIG_MUSB_HOST CONFIG_MVEBU_MMC -CONFIG_MVGBE CONFIG_MVGBE_PORTS CONFIG_MVMFP_V2 CONFIG_MVS

On 26 May 2018 at 17:03, Chris Packham judge.packham@gmail.com wrote:
Now that there are no more boards defining this it can be removed from the whitelist.
Signed-off-by: Chris Packham judge.packham@gmail.com
Changes in v2:
- fix typo (s/more/no more/) in commit message.
scripts/config_whitelist.txt | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
participants (2)
-
Chris Packham
-
Simon Glass