2013-04-09 02:20:31 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2011 Linaro
|
|
|
|
* Ryan Harkin, <ryan.harkin@linaro.org>
|
|
|
|
*
|
|
|
|
* Configuration for Versatile Express. Parts were derived from other ARM
|
|
|
|
* configurations.
|
|
|
|
*
|
2013-10-07 11:07:26 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2013-04-09 02:20:31 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __VEXPRESS_CA5X2_h
|
|
|
|
#define __VEXPRESS_CA5X2_h
|
|
|
|
|
|
|
|
#define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP
|
2016-02-06 03:30:11 +00:00
|
|
|
#define CONFIG_BOOTP_VCI_STRING "U-Boot.armv7.vexpress_ca5x2"
|
2015-06-28 19:05:11 +00:00
|
|
|
#include "vexpress_common.h"
|
2013-04-09 02:20:31 +00:00
|
|
|
|
|
|
|
#endif /* __VEXPRESS_CA5X2_h */
|