blob: 69749ab630221372c2f429c644c886b0fb2f9171 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2010
* Texas Instruments Incorporated.
* Steve Sakoman <steve@sakoman.com>
*
* Configuration settings for the TI OMAP4 Panda board.
* See ti_omap4_common.h for OMAP4 common part
*/
#ifndef __CONFIG_PANDA_H
#define __CONFIG_PANDA_H
#include <configs/ti_omap4_common.h>
#endif /* __CONFIG_PANDA_H */
|