aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realview
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
commit3b3e8d3042cac41cf8ec28100c9295557048fec6 (patch)
tree96b9732f454c39ab55fb31ec7d9b5ba73e174183 /target/linux/realview
parentbd42bca2aeccad8b5e07360d19a9f18848140f46 (diff)
downloadmaster-187ad058-3b3e8d3042cac41cf8ec28100c9295557048fec6.tar.gz
master-187ad058-3b3e8d3042cac41cf8ec28100c9295557048fec6.tar.bz2
master-187ad058-3b3e8d3042cac41cf8ec28100c9295557048fec6.zip
[realview] make description consistent
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23923 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/realview')
-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"