]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/omap4_panda.h
Merge git://www.denx.de/git/u-boot-imx
[people/ms/u-boot.git] / include / configs / omap4_panda.h
CommitLineData
c57cca25
SS
1/*
2 * (C) Copyright 2010
3 * Texas Instruments Incorporated.
4 * Steve Sakoman <steve@sakoman.com>
5 *
6 * Configuration settings for the TI OMAP4 Panda board.
6c0a032a 7 * See ti_omap4_common.h for OMAP4 common part
c57cca25 8 *
3765b3e7 9 * SPDX-License-Identifier: GPL-2.0+
c57cca25
SS
10 */
11
16dc702f
A
12#ifndef __CONFIG_PANDA_H
13#define __CONFIG_PANDA_H
c57cca25
SS
14
15/*
16 * High Level Configuration Options
17 */
49be71c4
G
18
19/* USB UHH support options */
49be71c4
G
20#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
21#define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
22
23/* USB Networking options */
24#define CONFIG_USB_HOST_ETHER
25#define CONFIG_USB_ETHER_SMSC95XX
26
27#define CONFIG_UBOOT_ENABLE_PADS_ALL
28
6c0a032a 29#include <configs/ti_omap4_common.h>
c57cca25 30
3b413c5b 31/* GPIO */
3b413c5b 32
16dc702f 33/* ENV related config options */
1b03eede 34
584506be 35#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
3b6e4841 36#define CONFIG_ENV_OVERWRITE
584506be 37
16dc702f 38#endif /* __CONFIG_PANDA_H */