summaryrefslogtreecommitdiffstats
path: root/target/linux/realview
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-08 09:41:20 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-08 09:41:20 +0000
commit6a09710140acf6286b9665bc2cc6d0ee2ce6e07d (patch)
tree96b9732f454c39ab55fb31ec7d9b5ba73e174183 /target/linux/realview
parentbc2720683883fc95086e3742be5425b80dd03d98 (diff)
[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 546fa9d34..4481b20b0 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"