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 | cbe43a88eba4202860c3ef6ce733c9062c7fdfc8 (patch) | |
tree | ee5028addd945d9b85d44fa3c4c5da249f3fc9cd /target | |
parent | 18fd669ef23b4690e379ffde9cf84d3339fbfa99 (diff) | |
download | upstream-cbe43a88eba4202860c3ef6ce733c9062c7fdfc8.tar.gz upstream-cbe43a88eba4202860c3ef6ce733c9062c7fdfc8.tar.bz2 upstream-cbe43a88eba4202860c3ef6ce733c9062c7fdfc8.zip |
make description consistent
SVN-Revision: 23923
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" |