13e76d62aSSteve Sakoman /* 23e76d62aSSteve Sakoman * (C) Copyright 2010 33e76d62aSSteve Sakoman * Texas Instruments Incorporated. 43e76d62aSSteve Sakoman * Aneesh V <aneesh@ti.com> 53e76d62aSSteve Sakoman * Steve Sakoman <steve@sakoman.com> 63e76d62aSSteve Sakoman * 73e76d62aSSteve Sakoman * Configuration settings for the TI SDP4430 board. 816dc702fSAneesh V * See omap4_common.h for OMAP4 common part 93e76d62aSSteve Sakoman * 103e76d62aSSteve Sakoman * See file CREDITS for list of people who contributed to this 113e76d62aSSteve Sakoman * project. 123e76d62aSSteve Sakoman * 133e76d62aSSteve Sakoman * This program is free software; you can redistribute it and/or 143e76d62aSSteve Sakoman * modify it under the terms of the GNU General Public License as 153e76d62aSSteve Sakoman * published by the Free Software Foundation; either version 2 of 163e76d62aSSteve Sakoman * the License, or (at your option) any later version. 173e76d62aSSteve Sakoman * 183e76d62aSSteve Sakoman * This program is distributed in the hope that it will be useful, 193e76d62aSSteve Sakoman * but WITHOUT ANY WARRANTY; without even the implied warranty of 203e76d62aSSteve Sakoman * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 213e76d62aSSteve Sakoman * GNU General Public License for more details. 223e76d62aSSteve Sakoman * 233e76d62aSSteve Sakoman * You should have received a copy of the GNU General Public License 243e76d62aSSteve Sakoman * along with this program; if not, write to the Free Software 253e76d62aSSteve Sakoman * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 263e76d62aSSteve Sakoman * MA 02111-1307 USA 273e76d62aSSteve Sakoman */ 283e76d62aSSteve Sakoman 2916dc702fSAneesh V #ifndef __CONFIG_SDP4430_H 3016dc702fSAneesh V #define __CONFIG_SDP4430_H 313e76d62aSSteve Sakoman 323e76d62aSSteve Sakoman /* 333e76d62aSSteve Sakoman * High Level Configuration Options 343e76d62aSSteve Sakoman */ 353e76d62aSSteve Sakoman #define CONFIG_4430SDP 1 /* working with SDP */ 363e76d62aSSteve Sakoman 3716dc702fSAneesh V #include <configs/omap4_common.h> 383e76d62aSSteve Sakoman 3916dc702fSAneesh V /* Battery Charger */ 40*14fa2dd0SBalaji T K #ifndef CONFIG_SPL_BUILD 413e664f6dSBalaji T K #define CONFIG_CMD_BAT 1 42*14fa2dd0SBalaji T K #endif 43516799f6SSteve Sakoman 4416dc702fSAneesh V /* ENV related config options */ 4564455352SSukumar Ghorai #define CONFIG_ENV_IS_IN_MMC 1 4664455352SSukumar Ghorai #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */ 4764455352SSukumar Ghorai #define CONFIG_ENV_OFFSET 0xE0000 4864455352SSukumar Ghorai #define CONFIG_CMD_SAVEENV 493e76d62aSSteve Sakoman 503e76d62aSSteve Sakoman #define CONFIG_SYS_PROMPT "OMAP4430 SDP # " 513e76d62aSSteve Sakoman 5216dc702fSAneesh V #endif /* __CONFIG_SDP4430_H */ 53