From cbe43a88eba4202860c3ef6ce733c9062c7fdfc8 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 8 Nov 2010 09:41:20 +0000 Subject: [PATCH] make description consistent SVN-Revision: 23923 --- target/linux/realview/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index 546fa9d347..4481b20b04 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=realview -BOARDNAME:=ARM Ltd Realview +BOARDNAME:=ARM Ltd. Realview board (qemu) FEATURES:=squashfs jffs2 fpu CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time @@ -17,7 +17,7 @@ LINUX_VERSION:=2.6.36 include $(INCLUDE_DIR)/target.mk define Target/Description - Build images for ARM Ltd Realview boards to be run with qemu + Build images for ARM Ltd. Realview boards to be run with qemu endef KERNELNAME:="zImage" -- 2.30.2