1c57cca25SSteve Sakoman /* 2c57cca25SSteve Sakoman * (C) Copyright 2010 3c57cca25SSteve Sakoman * Texas Instruments Incorporated. 4c57cca25SSteve Sakoman * Steve Sakoman <steve@sakoman.com> 5c57cca25SSteve Sakoman * 6c57cca25SSteve Sakoman * Configuration settings for the TI OMAP4 Panda board. 716dc702fSAneesh V * See omap4_common.h for OMAP4 common part 8c57cca25SSteve Sakoman * 9c57cca25SSteve Sakoman * See file CREDITS for list of people who contributed to this 10c57cca25SSteve Sakoman * project. 11c57cca25SSteve Sakoman * 12c57cca25SSteve Sakoman * This program is free software; you can redistribute it and/or 13c57cca25SSteve Sakoman * modify it under the terms of the GNU General Public License as 14c57cca25SSteve Sakoman * published by the Free Software Foundation; either version 2 of 15c57cca25SSteve Sakoman * the License, or (at your option) any later version. 16c57cca25SSteve Sakoman * 17c57cca25SSteve Sakoman * This program is distributed in the hope that it will be useful, 18c57cca25SSteve Sakoman * but WITHOUT ANY WARRANTY; without even the implied warranty of 19c57cca25SSteve Sakoman * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20c57cca25SSteve Sakoman * GNU General Public License for more details. 21c57cca25SSteve Sakoman * 22c57cca25SSteve Sakoman * You should have received a copy of the GNU General Public License 23c57cca25SSteve Sakoman * along with this program; if not, write to the Free Software 24c57cca25SSteve Sakoman * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 25c57cca25SSteve Sakoman * MA 02111-1307 USA 26c57cca25SSteve Sakoman */ 27c57cca25SSteve Sakoman 2816dc702fSAneesh V #ifndef __CONFIG_PANDA_H 2916dc702fSAneesh V #define __CONFIG_PANDA_H 30c57cca25SSteve Sakoman 31c57cca25SSteve Sakoman /* 32c57cca25SSteve Sakoman * High Level Configuration Options 33c57cca25SSteve Sakoman */ 34c57cca25SSteve Sakoman #define CONFIG_PANDA 1 /* working with Panda */ 35c57cca25SSteve Sakoman 3616dc702fSAneesh V #include <configs/omap4_common.h> 37c57cca25SSteve Sakoman 38*3b413c5bSJoe Hershberger /* GPIO */ 39*3b413c5bSJoe Hershberger #define CONFIG_CMD_GPIO 40*3b413c5bSJoe Hershberger 4116dc702fSAneesh V /* ENV related config options */ 42c57cca25SSteve Sakoman #define CONFIG_ENV_IS_NOWHERE 43c57cca25SSteve Sakoman 44c57cca25SSteve Sakoman #define CONFIG_SYS_PROMPT "Panda # " 45c57cca25SSteve Sakoman 4616dc702fSAneesh V #endif /* __CONFIG_PANDA_H */ 47