blob: 462aa4a5b902bc76c607182297145060279cebf0 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Steve Sakoman3e76d622010-06-08 13:07:46 -07002/*
3 * (C) Copyright 2010
4 * Texas Instruments Incorporated.
5 * Aneesh V <aneesh@ti.com>
6 * Steve Sakoman <steve@sakoman.com>
7 *
8 * Configuration settings for the TI SDP4430 board.
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +01009 * See ti_omap4_common.h for OMAP4 common part
Steve Sakoman3e76d622010-06-08 13:07:46 -070010 */
11
Aneesh V16dc7022011-09-08 11:05:49 -040012#ifndef __CONFIG_SDP4430_H
13#define __CONFIG_SDP4430_H
Steve Sakoman3e76d622010-06-08 13:07:46 -070014
15/*
16 * High Level Configuration Options
17 */
Oleksandr Tyshchenko5b47f2d2013-08-06 14:03:27 +030018#define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
Steve Sakoman3e76d622010-06-08 13:07:46 -070019
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +010020#include <configs/ti_omap4_common.h>
Steve Sakoman3e76d622010-06-08 13:07:46 -070021
Aneesh V16dc7022011-09-08 11:05:49 -040022/* ENV related config options */
Steve Sakoman3e76d622010-06-08 13:07:46 -070023
Aneesh V16dc7022011-09-08 11:05:49 -040024#endif /* __CONFIG_SDP4430_H */