]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/omap4_sdp4430.h
env: Finish migration of common ENV options
[thirdparty/u-boot.git] / include / configs / omap4_sdp4430.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
3e76d62a
SS
2/*
3 * (C) Copyright 2010
4 * Texas Instruments Incorporated.
5 * Aneesh V <aneesh@ti.com>
6 * Steve Sakoman <steve@sakoman.com>
7 *
8 * Configuration settings for the TI SDP4430 board.
6c0a032a 9 * See ti_omap4_common.h for OMAP4 common part
3e76d62a
SS
10 */
11
16dc702f
A
12#ifndef __CONFIG_SDP4430_H
13#define __CONFIG_SDP4430_H
3e76d62a
SS
14
15/*
16 * High Level Configuration Options
17 */
5b47f2d9 18#define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
3e76d62a 19
6c0a032a 20#include <configs/ti_omap4_common.h>
3e76d62a 21
16dc702f 22/* ENV related config options */
64455352 23#define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
3e76d62a 24
16dc702f 25#endif /* __CONFIG_SDP4430_H */