diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-27 19:38:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-27 19:38:07 +0000 |
commit | 6cd5fb7001902a47088303c1fd228ee0253c9255 (patch) | |
tree | 5fde57c560fd28a44198b709a2d280eabe8a93d4 /target/linux/ar71xx/image | |
parent | 61ee283899fb0a5df92787302e80f84b4d4aa755 (diff) | |
download | upstream-6cd5fb7001902a47088303c1fd228ee0253c9255.tar.gz upstream-6cd5fb7001902a47088303c1fd228ee0253c9255.tar.bz2 upstream-6cd5fb7001902a47088303c1fd228ee0253c9255.zip |
ar71xx: remove the built-in MTD map of the AP96 board
Pass the mtd_layout via the kernel command line instead.
SVN-Revision: 31112
Diffstat (limited to 'target/linux/ar71xx/image')
-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 |