kernel: update remaning platforms accidentally left out of r37617
[openwrt/staging/yousong.git] / target / linux / realview / Makefile
index ab7d8d09c704ddb3076691ad8fb00be420866520..684db705dcb092f70bb3d542dd7706a146913cbe 100644 (file)
@@ -10,10 +10,12 @@ 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=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=3.3.6
+LINUX_VERSION:=3.10.4
+
+DEVICE_TYPE:=developerboard
 
 include $(INCLUDE_DIR)/target.mk