blob: 3da78b65750f63c6f4d83e5cfdd3fa84e3b7130a [file] [log] [blame]
Steve Sakoman1b3dd5d2010-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 V00836d42011-09-08 11:05:49 -04008 * See omap4_common.h for OMAP4 common part
Steve Sakoman1b3dd5d2010-06-08 13:07:46 -07009 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +020010 * SPDX-License-Identifier: GPL-2.0+
Steve Sakoman1b3dd5d2010-06-08 13:07:46 -070011 */
12
Aneesh V00836d42011-09-08 11:05:49 -040013#ifndef __CONFIG_SDP4430_H
14#define __CONFIG_SDP4430_H
Steve Sakoman1b3dd5d2010-06-08 13:07:46 -070015
16/*
17 * High Level Configuration Options
18 */
Steve Sakoman1b3dd5d2010-06-08 13:07:46 -070019#define CONFIG_4430SDP 1 /* working with SDP */
Steve Sakoman1b3dd5d2010-06-08 13:07:46 -070020
Aneesh V00836d42011-09-08 11:05:49 -040021#include <configs/omap4_common.h>
Steve Sakoman1b3dd5d2010-06-08 13:07:46 -070022
Aneesh V00836d42011-09-08 11:05:49 -040023/* Battery Charger */
Balaji T Kf843d332011-09-08 06:34:57 +000024#ifndef CONFIG_SPL_BUILD
Balaji T K13c3c502010-11-25 16:22:04 +053025#define CONFIG_CMD_BAT 1
Balaji T Kf843d332011-09-08 06:34:57 +000026#endif
Steve Sakomanf8f7c952010-07-15 12:53:42 -070027
Aneesh V00836d42011-09-08 11:05:49 -040028/* ENV related config options */
Sukumar Ghoraibbc08c42010-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 Ghoraibbc08c42010-09-14 13:52:34 +053032#define CONFIG_CMD_SAVEENV
Steve Sakoman1b3dd5d2010-06-08 13:07:46 -070033
Steve Sakoman1b3dd5d2010-06-08 13:07:46 -070034#define CONFIG_SYS_PROMPT "OMAP4430 SDP # "
Steve Sakoman1b3dd5d2010-06-08 13:07:46 -070035
Aneesh V00836d42011-09-08 11:05:49 -040036#endif /* __CONFIG_SDP4430_H */