]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/omap4_sdp4430.h
davinci: add support for omapl138-lcdk board
[people/ms/u-boot.git] / include / configs / omap4_sdp4430.h
CommitLineData
3e76d62a
SS
1/*
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.
6c0a032a 8 * See ti_omap4_common.h for OMAP4 common part
3e76d62a 9 *
3765b3e7 10 * SPDX-License-Identifier: GPL-2.0+
3e76d62a
SS
11 */
12
16dc702f
A
13#ifndef __CONFIG_SDP4430_H
14#define __CONFIG_SDP4430_H
3e76d62a
SS
15
16/*
17 * High Level Configuration Options
18 */
3e76d62a 19#define CONFIG_4430SDP 1 /* working with SDP */
5b47f2d9 20#define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
3e76d62a 21
6c0a032a 22#include <configs/ti_omap4_common.h>
3e76d62a 23
16dc702f 24/* Battery Charger */
14fa2dd0 25#ifndef CONFIG_SPL_BUILD
3e664f6d 26#define CONFIG_CMD_BAT 1
14fa2dd0 27#endif
516799f6 28
16dc702f 29/* ENV related config options */
64455352
SG
30#define CONFIG_ENV_IS_IN_MMC 1
31#define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
32#define CONFIG_ENV_OFFSET 0xE0000
64455352 33#define CONFIG_CMD_SAVEENV
3e76d62a 34
16dc702f 35#endif /* __CONFIG_SDP4430_H */