diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-27 19:38:07 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-27 19:38:07 +0000 |
commit | 32fd04f49ad7ec92ddd96a9afb7a4174ada43c06 (patch) | |
tree | 469ca8fa428b87d0a826a281b9f3cad130607f07 /target/linux/ar71xx/image/Makefile | |
parent | 514a769538591248d6c27207d014c4885fb1909c (diff) |
ar71xx: remove the built-in MTD map of the AP96 board
Pass the mtd_layout via the kernel command line instead.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31112 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 2203bec2e5..0790e25e1a 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -658,6 +658,7 @@ define Image/Build/Profile/AP83 endef ap96_cmdline=board=AP96 console=ttyS0,115200 +ap96_mtdlayout=mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,6144k(rootfs),1728k(kernel),64k(art)ro,7872k@0x40000(firmware) define Image/Build/Profile/AP96 $(call Image/Build/Template/$(fs_64k)/$(1),AthGzip,ap96,$(ap96_cmdline),ap96_mtdlayout,1769472,6291456,RKuImage) endef |