diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-11-08 09:41:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-11-08 09:41:20 +0000 |
commit | 3b3e8d3042cac41cf8ec28100c9295557048fec6 (patch) | |
tree | 96b9732f454c39ab55fb31ec7d9b5ba73e174183 /target | |
parent | bd42bca2aeccad8b5e07360d19a9f18848140f46 (diff) | |
download | upstream-3b3e8d3042cac41cf8ec28100c9295557048fec6.tar.gz upstream-3b3e8d3042cac41cf8ec28100c9295557048fec6.tar.bz2 upstream-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')
-rw-r--r-- | target/linux/realview/Makefile | 4 |
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" |