diff options
author | Chris Packham <judge.packham@gmail.com> | 2017-08-28 20:50:44 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-08 10:17:17 -0400 |
commit | 8ffb23cbf58c0a8f484f27a876d1d301dcbe117d (patch) | |
tree | 698a71271eb01c4486a5129177f78cc5901184bf /include/configs/tao3530.h | |
parent | 9272c7b160b483768f09e2db2580c9b9b470001c (diff) | |
download | u-boot-8ffb23cbf58c0a8f484f27a876d1d301dcbe117d.tar.gz |
Kconfig: drop CONFIG_USB_ETHER_RNDIS
This is not a valid option. Drop it.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/tao3530.h')
-rw-r--r-- | include/configs/tao3530.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index 40321e7f77..e98aabc656 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -219,7 +219,6 @@ #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER -#define CONFIG_USB_ETHER_RNDIS /* Defines for SPL */ #define CONFIG_SPL_FRAMEWORK |