mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
a187559e3d
Correct spelling of "U-Boot" shall be used in all written text (documentation, comments in source files etc.). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
18 lines
443 B
C
18 lines
443 B
C
/*
|
|
* (C) Copyright 2011 Linaro
|
|
* Ryan Harkin, <ryan.harkin@linaro.org>
|
|
*
|
|
* Configuration for Versatile Express. Parts were derived from other ARM
|
|
* configurations.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __VEXPRESS_CA5X2_h
|
|
#define __VEXPRESS_CA5X2_h
|
|
|
|
#define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP
|
|
#define CONFIG_BOOTP_VCI_STRING "U-Boot.armv7.vexpress_ca5x2"
|
|
#include "vexpress_common.h"
|
|
|
|
#endif /* __VEXPRESS_CA5X2_h */
|