blob: a83797454c9aead2d41cf425cc926b2941061791 [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 */
Steve Sakoman3e76d622010-06-08 13:07:46 -070019#define CONFIG_4430SDP 1 /* working with SDP */
Oleksandr Tyshchenko5b47f2d2013-08-06 14:03:27 +030020#define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
Steve Sakoman3e76d622010-06-08 13:07:46 -070021
Enric Balletbò i Serra6c0a0322013-12-06 21:30:18 +010022#include <configs/ti_omap4_common.h>
Steve Sakoman3e76d622010-06-08 13:07:46 -070023
Aneesh V16dc7022011-09-08 11:05:49 -040024/* Battery Charger */
Balaji T K14fa2dd2011-09-08 06:34:57 +000025#ifndef CONFIG_SPL_BUILD
Balaji T K3e664f62010-11-25 16:22:04 +053026#define CONFIG_CMD_BAT 1
Balaji T K14fa2dd2011-09-08 06:34:57 +000027#endif
Steve Sakoman516799f2010-07-15 12:53:42 -070028
Aneesh V16dc7022011-09-08 11:05:49 -040029/* ENV related config options */
Sukumar Ghorai64455352010-09-14 13:52:34 +053030#define CONFIG_ENV_IS_IN_MMC 1
31#define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
32#define CONFIG_ENV_OFFSET 0xE0000
Sukumar Ghorai64455352010-09-14 13:52:34 +053033#define CONFIG_CMD_SAVEENV
Steve Sakoman3e76d622010-06-08 13:07:46 -070034
Aneesh V16dc7022011-09-08 11:05:49 -040035#endif /* __CONFIG_SDP4430_H */