Blame view

include/configs/vexpress_ca5x2.h 377 Bytes
cd4f46e1e   Ryan Harkin   ARM: vexpress: cr...
1
2
3
4
5
6
7
  /*
   * (C) Copyright 2011 Linaro
   * Ryan Harkin, <ryan.harkin@linaro.org>
   *
   * Configuration for Versatile Express. Parts were derived from other ARM
   *   configurations.
   *
3765b3e7b   Wolfgang Denk   Coding Style clea...
8
   * SPDX-License-Identifier:	GPL-2.0+
cd4f46e1e   Ryan Harkin   ARM: vexpress: cr...
9
10
11
12
13
14
   */
  
  #ifndef __VEXPRESS_CA5X2_h
  #define __VEXPRESS_CA5X2_h
  
  #define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP
1a11ab8dc   Dennis Gilmore   Move setting CONF...
15
  #include "vexpress_common.h"
cd4f46e1e   Ryan Harkin   ARM: vexpress: cr...
16
17
  
  #endif /* __VEXPRESS_CA5X2_h */