1 /* SPDX-License-Identifier: GPL-2.0+ */ 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. 9 * See ti_omap4_common.h for OMAP4 common part 10 */ 11 12 #ifndef __CONFIG_SDP4430_H 13 #define __CONFIG_SDP4430_H 14 15 /* 16 * High Level Configuration Options 17 */ 18 #define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP 19 20 #include <configs/ti_omap4_common.h> 21 22 /* ENV related config options */ 23 #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */ 24 #define CONFIG_ENV_OFFSET 0xE0000 25 26 #endif /* __CONFIG_SDP4430_H */ 27