blob: c7f7131cbc777b8597b7079f2dd21b9517dd6f46 [file] [log] [blame]
Steve Sakoman3e76d622010-06-08 13:07:46 -07001/*
2 * (C) Copyright 2010
3 * Texas Instruments Incorporated.
4 * Aneesh V <aneesh@ti.com>
5 * Steve Sakoman <steve@sakoman.com>
6 *
7 * Configuration settings for the TI SDP4430 board.
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +01008 * See ti_omap4_common.h for OMAP4 common part
Steve Sakoman3e76d622010-06-08 13:07:46 -07009 *
Wolfgang Denk3765b3e2013-10-07 13:07:26 +020010 * SPDX-License-Identifier: GPL-2.0+
Steve Sakoman3e76d622010-06-08 13:07:46 -070011 */
12
Aneesh V16dc7022011-09-08 11:05:49 -040013#ifndef __CONFIG_SDP4430_H
14#define __CONFIG_SDP4430_H
Steve Sakoman3e76d622010-06-08 13:07:46 -070015
16/*
17 * High Level Configuration Options
18 */
Oleksandr Tyshchenko5b47f2d2013-08-06 14:03:27 +030019#define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
Steve Sakoman3e76d622010-06-08 13:07:46 -070020
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +010021#include <configs/ti_omap4_common.h>
Steve Sakoman3e76d622010-06-08 13:07:46 -070022
Aneesh V16dc7022011-09-08 11:05:49 -040023/* ENV related config options */
Sukumar Ghorai64455352010-09-14 13:52:34 +053024#define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
25#define CONFIG_ENV_OFFSET 0xE0000
Steve Sakoman3e76d622010-06-08 13:07:46 -070026
Aneesh V16dc7022011-09-08 11:05:49 -040027#endif /* __CONFIG_SDP4430_H */