X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fventana.h;h=3f9db3303fd0e1f84394c08c71e5ba58d5e971db;hb=67a2616af18bbb38905b90ed1c6b66659671e1da;hp=1ab6476f3cb673c917053a02c4cbc5d6f58a8618;hpb=4125bbcef6a998ce8580a1f5c53c8c93a56a125b;p=u-boot diff --git a/include/configs/ventana.h b/include/configs/ventana.h index 1ab6476f3c..3f9db3303f 100644 --- a/include/configs/ventana.h +++ b/include/configs/ventana.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2010,2011 * NVIDIA Corporation - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H @@ -21,7 +20,6 @@ #define CONFIG_MACH_TYPE MACH_TYPE_VENTANA /* Environment in eMMC, at the end of 2nd "boot sector" */ -#define CONFIG_ENV_IS_IN_MMC #define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_PART 2 @@ -30,8 +28,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER -#define CONFIG_USB_ETHER_ASIX #include "tegra-common-post.h"