]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/omap4_panda.h
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / include / configs / omap4_panda.h
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.
7 * See ti_omap4_common.h for OMAP4 common part
8 *
9 * SPDX-License-Identifier: GPL-2.0+
10 */
11
12 #ifndef __CONFIG_PANDA_H
13 #define __CONFIG_PANDA_H
14
15 /*
16 * High Level Configuration Options
17 */
18
19 /* USB UHH support options */
20 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
21 #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
22
23 /* USB Networking options */
24
25 #define CONFIG_UBOOT_ENABLE_PADS_ALL
26
27 #include <configs/ti_omap4_common.h>
28
29 /* GPIO */
30
31 /* ENV related config options */
32
33 #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
34 #define CONFIG_ENV_OVERWRITE
35
36 #endif /* __CONFIG_PANDA_H */