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