Browse Source

mcs814x: set low_mem feature flag

Most of the devices we support have between 16MiB and 32MiB of RAM
available.

Signed-off-by: Florian Fainelli <[email protected]>

SVN-Revision: 43924
Florian Fainelli 10 years ago
parent
commit
d43997b223
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/mcs814x/Makefile

+ 1 - 1
target/linux/mcs814x/Makefile

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=mcs814x
 BOARDNAME:=Moschip MCS814x
-FEATURES:=usb squashfs
+FEATURES:=usb squashfs low_mem
 CPU_TYPE:=arm926ej-s
 MAINTAINER:=Florian Fainelli <[email protected]>