From 4128b8e189def6429bf36eccb44f4e4f06c88212 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 14 Sep 2012 15:36:33 +0000 Subject: set DEVICE_TYPE to developperboard SVN-Revision: 33403 --- target/linux/realview/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/realview/Makefile') diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index 3a290740d5..526d05cdf5 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -10,11 +10,13 @@ ARCH:=arm BOARD:=realview BOARDNAME:=ARM Ltd. Realview board (qemu) FEATURES:=fpu ramdisk -CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves +CFLAGS:=-Os -pipe -march=armv5te -fno-caller-saves MAINTAINER:=Florian Fainelli LINUX_VERSION:=3.3.8 +DEVICE_TYPE:=developerboard + include $(INCLUDE_DIR)/target.mk define Target/Description -- cgit v1.2.3