X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fomap4_panda.h;h=14eb363816ae3fa5b5e33bf4852fc11b664f0f32;hb=001ab99325bf82cf3284771d1312585570569740;hp=82946229a49323efe90696afa33a6b3abb0349bc;hpb=3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 8294622..14eb363 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,39 +16,17 @@ */ /* 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 +#include /* 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 #endif /* __CONFIG_PANDA_H */