X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fomap4_panda.h;h=835b7c299efcfa65f583819d95ed3ae0eb35aca9;hb=6e7d7aa2e2062995c1cbc3af81cf40c04c50ad30;hp=73dc08859557e74dcb3b29248f31b3234336a4d4;hpb=c35cf8dc9fd90ff108abe08527df042bcd29a02f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 73dc088..835b7c2 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -1,12 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2010 * Texas Instruments Incorporated. * Steve Sakoman * * Configuration settings for the TI OMAP4 Panda board. - * See omap4_common.h for OMAP4 common part - * - * SPDX-License-Identifier: GPL-2.0+ + * See ti_omap4_common.h for OMAP4 common part */ #ifndef __CONFIG_PANDA_H @@ -17,34 +16,19 @@ */ /* USB UHH support options */ -#define CONFIG_CMD_USB -#define CONFIG_USB_HOST -#define CONFIG_USB_EHCI -#define CONFIG_USB_EHCI_OMAP -#define CONFIG_USB_STORAGE -#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 - #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1 #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62 /* USB Networking options */ -#define CONFIG_USB_HOST_ETHER -#define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_UBOOT_ENABLE_PADS_ALL -#define CONFIG_CMD_PING -#define CONFIG_CMD_DHCP - -#include -#define CONFIG_CMD_NET +#include /* GPIO */ -#define CONFIG_CMD_GPIO /* ENV related config options */ -#define CONFIG_ENV_IS_NOWHERE -#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG +#define CONFIG_ENV_OVERWRITE #endif /* __CONFIG_PANDA_H */