diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-20 12:28:57 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-20 12:28:57 -0500 |
commit | 888f9aa5cac4227e540a5c91a744ac7bed386e70 (patch) | |
tree | 27e0c1da87d75b80ab673d13084fb1489c985893 /include/configs/plutux.h | |
parent | 0c41e59a37fbd5b10d4837ae30c288a084997465 (diff) | |
parent | a3c9021771608f5b514c75874fa0d8fbee2873d6 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Diffstat (limited to 'include/configs/plutux.h')
-rw-r--r-- | include/configs/plutux.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/plutux.h b/include/configs/plutux.h index 125a1f1f43..43856bad2c 100644 --- a/include/configs/plutux.h +++ b/include/configs/plutux.h @@ -25,13 +25,6 @@ /* Environment in NAND, aligned to start of last sector */ #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */ -/* USB host support */ -#define CONFIG_USB_EHCI_TEGRA - -/* USB networking support */ - -/* General networking support */ - #include "tegra-common-post.h" #endif /* __CONFIG_H */ |