2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2010-06-08 20:07:46 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2010
|
|
|
|
* Texas Instruments Incorporated.
|
|
|
|
* Aneesh V <aneesh@ti.com>
|
|
|
|
* Steve Sakoman <steve@sakoman.com>
|
|
|
|
*
|
|
|
|
* Configuration settings for the TI SDP4430 board.
|
2013-12-06 20:30:18 +00:00
|
|
|
* See ti_omap4_common.h for OMAP4 common part
|
2010-06-08 20:07:46 +00:00
|
|
|
*/
|
|
|
|
|
2011-09-08 15:05:49 +00:00
|
|
|
#ifndef __CONFIG_SDP4430_H
|
|
|
|
#define __CONFIG_SDP4430_H
|
2010-06-08 20:07:46 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* High Level Configuration Options
|
|
|
|
*/
|
2013-08-06 11:03:27 +00:00
|
|
|
#define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
|
2010-06-08 20:07:46 +00:00
|
|
|
|
2013-12-06 20:30:18 +00:00
|
|
|
#include <configs/ti_omap4_common.h>
|
2010-06-08 20:07:46 +00:00
|
|
|
|
2011-09-08 15:05:49 +00:00
|
|
|
/* ENV related config options */
|
2010-06-08 20:07:46 +00:00
|
|
|
|
2011-09-08 15:05:49 +00:00
|
|
|
#endif /* __CONFIG_SDP4430_H */
|