Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Steve Sakoman | 6b810ff | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2010 |
| 4 | * Texas Instruments Incorporated. |
| 5 | * Steve Sakoman <steve@sakoman.com> |
| 6 | * |
| 7 | * Configuration settings for the TI OMAP4 Panda board. |
Enric Balletbò i Serra | cbf0407 | 2013-12-06 21:30:18 +0100 | [diff] [blame] | 8 | * See ti_omap4_common.h for OMAP4 common part |
Steve Sakoman | 6b810ff | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 9 | */ |
| 10 | |
Aneesh V | 00836d4 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 11 | #ifndef __CONFIG_PANDA_H |
| 12 | #define __CONFIG_PANDA_H |
Steve Sakoman | 6b810ff | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 13 | |
Enric Balletbò i Serra | cbf0407 | 2013-12-06 21:30:18 +0100 | [diff] [blame] | 14 | #include <configs/ti_omap4_common.h> |
Steve Sakoman | 6b810ff | 2010-06-11 20:35:26 -0700 | [diff] [blame] | 15 | |
Aneesh V | 00836d4 | 2011-09-08 11:05:49 -0400 | [diff] [blame] | 16 | #endif /* __CONFIG_PANDA_H */ |