diff options
| -rw-r--r-- | target/linux/realview/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index 0bd94ac0d..6cf5e4161 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk  ARCH:=arm  BOARD:=realview  BOARDNAME:=ARM Ltd. Realview board (qemu) -FEATURES:=squashfs jffs2 fpu +FEATURES:=fpu ramdisk  CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves  LINUX_VERSION:=2.6.37.6 | 
