X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fomap4_panda.h;h=69749ab630221372c2f429c644c886b0fb2f9171;hb=bf2c48fa1a6e068f232d84aae43b5dad654a9017;hp=18800f3cc10667c7a9e29f1b19f44b47939320bf;hpb=5b9c79a81db80c3f9e50c77477957cd803429af8;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 18800f3..69749ab 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -1,55 +1,16 @@ +/* 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 #define __CONFIG_PANDA_H -/* - * High Level Configuration Options - */ - -/* 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 - -#define CONFIG_USB_ULPI -#define CONFIG_USB_ULPI_VIEWPORT_OMAP - -#include -#define CONFIG_CMD_NET - -/* GPIO */ -#define CONFIG_CMD_GPIO - -/* ENV related config options */ -#define CONFIG_ENV_IS_NOWHERE - -#define CONFIG_SYS_PROMPT "Panda # " - -#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG +#include #endif /* __CONFIG_PANDA_H */