1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Texas Instruments Incorporated.
5 * Aneesh V <aneesh@ti.com>
6 * Steve Sakoman <steve@sakoman.com>
8 * Configuration settings for the TI SDP4430 board.
9 * See ti_omap4_common.h for OMAP4 common part
12 #ifndef __CONFIG_SDP4430_H
13 #define __CONFIG_SDP4430_H
16 * High Level Configuration Options
18 #define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
20 #include <configs/ti_omap4_common.h>
22 /* ENV related config options */
23 #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
25 #endif /* __CONFIG_SDP4430_H */