3 * Texas Instruments Incorporated.
4 * Aneesh V <aneesh@ti.com>
5 * Steve Sakoman <steve@sakoman.com>
7 * Configuration settings for the TI SDP4430 board.
8 * See omap4_common.h for OMAP4 common part
10 * SPDX-License-Identifier: GPL-2.0+
13 #ifndef __CONFIG_SDP4430_H
14 #define __CONFIG_SDP4430_H
17 * High Level Configuration Options
19 #define CONFIG_4430SDP 1 /* working with SDP */
20 #define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
22 #include <configs/omap4_common.h>
25 #ifndef CONFIG_SPL_BUILD
26 #define CONFIG_CMD_BAT 1
29 /* ENV related config options */
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
33 #define CONFIG_CMD_SAVEENV
35 #define CONFIG_SYS_PROMPT "OMAP4430 SDP # "
37 #endif /* __CONFIG_SDP4430_H */