xref: /rk3399_rockchip-uboot/include/configs/omap5_uevm.h (revision 2c2a9f3a1f8c92bee8b009db0d6187bfcbea661d)
1*2c2a9f3aSSRICHARAN R /*
2*2c2a9f3aSSRICHARAN R  * (C) Copyright 2013
3*2c2a9f3aSSRICHARAN R  * Texas Instruments Incorporated.
4*2c2a9f3aSSRICHARAN R  * Sricharan R	  <r.sricharan@ti.com>
5*2c2a9f3aSSRICHARAN R  *
6*2c2a9f3aSSRICHARAN R  * Configuration settings for the TI EVM5430 board.
7*2c2a9f3aSSRICHARAN R  * See omap5_common.h for omap5 common settings.
8*2c2a9f3aSSRICHARAN R  *
9*2c2a9f3aSSRICHARAN R  * See file CREDITS for list of people who contributed to this
10*2c2a9f3aSSRICHARAN R  * project.
11*2c2a9f3aSSRICHARAN R  *
12*2c2a9f3aSSRICHARAN R  * This program is free software; you can redistribute it and/or
13*2c2a9f3aSSRICHARAN R  * modify it under the terms of the GNU General Public License as
14*2c2a9f3aSSRICHARAN R  * published by the Free Software Foundation; either version 2 of
15*2c2a9f3aSSRICHARAN R  * the License, or (at your option) any later version.
16*2c2a9f3aSSRICHARAN R  *
17*2c2a9f3aSSRICHARAN R  * This program is distributed in the hope that it will be useful,
18*2c2a9f3aSSRICHARAN R  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19*2c2a9f3aSSRICHARAN R  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the
20*2c2a9f3aSSRICHARAN R  * GNU General Public License for more details.
21*2c2a9f3aSSRICHARAN R  *
22*2c2a9f3aSSRICHARAN R  * You should have received a copy of the GNU General Public License
23*2c2a9f3aSSRICHARAN R  * along with this program; if not, write to the Free Software
24*2c2a9f3aSSRICHARAN R  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
25*2c2a9f3aSSRICHARAN R  * MA 02111-1307 USA
26*2c2a9f3aSSRICHARAN R  */
27*2c2a9f3aSSRICHARAN R 
28*2c2a9f3aSSRICHARAN R #ifndef __CONFIG_OMAP5_EVM_H
29*2c2a9f3aSSRICHARAN R #define __CONFIG_OMAP5_EVM_H
30*2c2a9f3aSSRICHARAN R 
31*2c2a9f3aSSRICHARAN R #include <configs/omap5_common.h>
32*2c2a9f3aSSRICHARAN R 
33*2c2a9f3aSSRICHARAN R /* TWL6035 */
34*2c2a9f3aSSRICHARAN R #ifndef CONFIG_SPL_BUILD
35*2c2a9f3aSSRICHARAN R #define CONFIG_TWL6035_POWER
36*2c2a9f3aSSRICHARAN R #endif
37*2c2a9f3aSSRICHARAN R 
38*2c2a9f3aSSRICHARAN R #define CONFIG_SYS_PROMPT		"OMAP5430 EVM # "
39*2c2a9f3aSSRICHARAN R 
40*2c2a9f3aSSRICHARAN R #endif /* __CONFIG_OMAP5_EVM_H */
41