summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-11-08 09:41:20 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-11-08 09:41:20 +0000
commitcbe43a88eba4202860c3ef6ce733c9062c7fdfc8 (patch)
treeee5028addd945d9b85d44fa3c4c5da249f3fc9cd /target
parent18fd669ef23b4690e379ffde9cf84d3339fbfa99 (diff)
downloadmaster-31e0f0ae-cbe43a88eba4202860c3ef6ce733c9062c7fdfc8.tar.gz
master-31e0f0ae-cbe43a88eba4202860c3ef6ce733c9062c7fdfc8.tar.bz2
master-31e0f0ae-cbe43a88eba4202860c3ef6ce733c9062c7fdfc8.zip
make description consistent
SVN-Revision: 23923
Diffstat (limited to 'target')
-rw-r--r--target/linux/realview/Makefile4
1 files 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"