blob: 3da78b65750f63c6f4d83e5cfdd3fa84e3b7130a [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.
Aneesh V16dc7022011-09-08 11:05:49 -04008 * See omap4_common.h for OMAP4 common part
Steve Sakoman3e76d622010-06-08 13:07:46 -07009 *
Wolfgang Denk1a459662013-07-08 09:37:19 +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 */
Steve Sakoman3e76d622010-06-08 13:07:46 -070020
Aneesh V16dc7022011-09-08 11:05:49 -040021#include <configs/omap4_common.h>
Steve Sakoman3e76d622010-06-08 13:07:46 -070022
Aneesh V16dc7022011-09-08 11:05:49 -040023/* Battery Charger */
Balaji T K14fa2dd2011-09-08 06:34:57 +000024#ifndef CONFIG_SPL_BUILD
Balaji T K3e664f62010-11-25 16:22:04 +053025#define CONFIG_CMD_BAT 1
Balaji T K14fa2dd2011-09-08 06:34:57 +000026#endif
Steve Sakoman516799f2010-07-15 12:53:42 -070027
Aneesh V16dc7022011-09-08 11:05:49 -040028/* ENV related config options */
Sukumar Ghorai64455352010-09-14 13:52:34 +053029#define CONFIG_ENV_IS_IN_MMC 1
30#define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
31#define CONFIG_ENV_OFFSET 0xE0000
Sukumar Ghorai64455352010-09-14 13:52:34 +053032#define CONFIG_CMD_SAVEENV
Steve Sakoman3e76d622010-06-08 13:07:46 -070033
Steve Sakoman3e76d622010-06-08 13:07:46 -070034#define CONFIG_SYS_PROMPT "OMAP4430 SDP # "
Steve Sakoman3e76d622010-06-08 13:07:46 -070035
Aneesh V16dc7022011-09-08 11:05:49 -040036#endif /* __CONFIG_SDP4430_H */