X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fplutux.h;h=43856bad2c1a9eef5d60159c86865aaac4b39d16;hb=504bf790da08db9b4a443566cf6ef577f9c7996a;hp=cd7c55cfb47b8ae574f7c71f95601c4854a66fb6;hpb=470135be276b2d92c6da464c68839202d4ff0d08;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/plutux.h b/include/configs/plutux.h index cd7c55c..43856ba 100644 --- a/include/configs/plutux.h +++ b/include/configs/plutux.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2010,2011 * NVIDIA Corporation * (C) Copyright 2011-2012 * Avionic Design GmbH - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H @@ -26,15 +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 */ -#define CONFIG_USB_HOST_ETHER -#define CONFIG_USB_ETHER_SMSC95XX - -/* General networking support */ - #include "tegra-common-post.h" #endif /* __CONFIG_H */