Blame view

include/configs/vexpress_ca9x4.h 375 Bytes
9b58a3f60   Ryan Harkin   ARM: vexpress: re...
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+
9b58a3f60   Ryan Harkin   ARM: vexpress: re...
9
10
11
12
13
14
   */
  
  #ifndef __VEXPRESS_CA9X4_H
  #define __VEXPRESS_CA9X4_H
  
  #define CONFIG_VEXPRESS_ORIGINAL_MEMORY_MAP
1a11ab8dc   Dennis Gilmore   Move setting CONF...
15
  #include "vexpress_common.h"
9b58a3f60   Ryan Harkin   ARM: vexpress: re...
16
17
  
  #endif /* VEXPRESS_CA9X4_H */