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