vexpress_ca5x2.h 377 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2011 Linaro
  4. * Ryan Harkin, <ryan.harkin@linaro.org>
  5. *
  6. * Configuration for Versatile Express. Parts were derived from other ARM
  7. * configurations.
  8. */
  9. #ifndef __VEXPRESS_CA5X2_h
  10. #define __VEXPRESS_CA5X2_h
  11. #define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP
  12. #include "vexpress_common.h"
  13. #endif /* __VEXPRESS_CA5X2_h */