diff options
author | SRICHARAN R <r.sricharan@ti.com> | 2013-04-01 05:52:38 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-04-08 11:29:05 -0400 |
commit | 2c2a9f3a1f8c92bee8b009db0d6187bfcbea661d (patch) | |
tree | 690cf4b084bb1dd12cb18a02749ed9355e7d46f7 /include/configs/omap5_uevm.h | |
parent | d1da76e9f8987529fadaa56d97d29e5d8ab8f918 (diff) | |
download | u-boot-2c2a9f3a1f8c92bee8b009db0d6187bfcbea661d.tar.gz |
ARM: OMAP5: Rename omap5_evm to omap5_uevm
The omap5-uevm is the reference board name for OMAP5 soc
based platform. So rename it accordingly.
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Sricharan R <r.sricharan@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/configs/omap5_uevm.h')
-rw-r--r-- | include/configs/omap5_uevm.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h new file mode 100644 index 0000000000..22a8e13f48 --- /dev/null +++ b/include/configs/omap5_uevm.h @@ -0,0 +1,40 @@ +/* + * (C) Copyright 2013 + * Texas Instruments Incorporated. + * Sricharan R <r.sricharan@ti.com> + * + * Configuration settings for the TI EVM5430 board. + * See omap5_common.h for omap5 common settings. + * + * See file CREDITS for list of people who contributed to this + * project. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + */ + +#ifndef __CONFIG_OMAP5_EVM_H +#define __CONFIG_OMAP5_EVM_H + +#include <configs/omap5_common.h> + +/* TWL6035 */ +#ifndef CONFIG_SPL_BUILD +#define CONFIG_TWL6035_POWER +#endif + +#define CONFIG_SYS_PROMPT "OMAP5430 EVM # " + +#endif /* __CONFIG_OMAP5_EVM_H */ |