diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-21 21:58:02 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-21 21:58:02 +0000 |
commit | 47aefcc563b4052f7d383e9ab1c075037ffc566d (patch) | |
tree | b61e737662fca7bf22ccf51c311520cc25915264 /target/linux/bcm53xx/Makefile | |
parent | 2c6e0e0ae0e93be20c93ca3113c315b0616bbcfe (diff) | |
download | upstream-47aefcc563b4052f7d383e9ab1c075037ffc566d.tar.gz upstream-47aefcc563b4052f7d383e9ab1c075037ffc566d.tar.bz2 upstream-47aefcc563b4052f7d383e9ab1c075037ffc566d.zip |
bcm53xx: add nand flash driver
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42641
Diffstat (limited to 'target/linux/bcm53xx/Makefile')
-rw-r--r-- | target/linux/bcm53xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index d41bf53130..daad42b369 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=bcm53xx BOARDNAME:=Broadcom BCM47xx/53xx (ARM) -FEATURES:=squashfs usb pci pcie gpio +FEATURES:=squashfs nand usb pci pcie gpio MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> CPU_TYPE:=cortex-a9 |