1*cd4f46e1SRyan Harkin /*
2*cd4f46e1SRyan Harkin  * (C) Copyright 2011 Linaro
3*cd4f46e1SRyan Harkin  * Ryan Harkin, <ryan.harkin@linaro.org>
4*cd4f46e1SRyan Harkin  *
5*cd4f46e1SRyan Harkin  * Configuration for Versatile Express. Parts were derived from other ARM
6*cd4f46e1SRyan Harkin  *   configurations.
7*cd4f46e1SRyan Harkin  *
8*cd4f46e1SRyan Harkin  * See file CREDITS for list of people who contributed to this
9*cd4f46e1SRyan Harkin  * project.
10*cd4f46e1SRyan Harkin  *
11*cd4f46e1SRyan Harkin  * This program is free software; you can redistribute it and/or
12*cd4f46e1SRyan Harkin  * modify it under the terms of the GNU General Public License as
13*cd4f46e1SRyan Harkin  * published by the Free Software Foundation; either version 2 of
14*cd4f46e1SRyan Harkin  * the License, or (at your option) any later version.
15*cd4f46e1SRyan Harkin  *
16*cd4f46e1SRyan Harkin  * This program is distributed in the hope that it will be useful,
17*cd4f46e1SRyan Harkin  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18*cd4f46e1SRyan Harkin  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the
19*cd4f46e1SRyan Harkin  * GNU General Public License for more details.
20*cd4f46e1SRyan Harkin  *
21*cd4f46e1SRyan Harkin  * You should have received a copy of the GNU General Public License
22*cd4f46e1SRyan Harkin  * along with this program; if not, write to the Free Software
23*cd4f46e1SRyan Harkin  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24*cd4f46e1SRyan Harkin  * MA 02111-1307 USA
25*cd4f46e1SRyan Harkin  */
26*cd4f46e1SRyan Harkin 
27*cd4f46e1SRyan Harkin #ifndef __VEXPRESS_CA5X2_h
28*cd4f46e1SRyan Harkin #define __VEXPRESS_CA5X2_h
29*cd4f46e1SRyan Harkin 
30*cd4f46e1SRyan Harkin #define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP
31*cd4f46e1SRyan Harkin #include "vexpress_common.h"
32*cd4f46e1SRyan Harkin #define CONFIG_BOOTP_VCI_STRING     "U-boot.armv7.vexpress_ca5x2"
33*cd4f46e1SRyan Harkin 
34*cd4f46e1SRyan Harkin #endif /* __VEXPRESS_CA5X2_h */
35