aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-22 12:39:46 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-22 12:39:46 +0000
commitdc13dc1d5430a4e94ac985812814482b54db498d (patch)
tree69b52cd030a602a62fa2903e8a06873f7329a5a6 /target/linux/ar71xx/image
parenteb54a05e899868b99cc507edf550d53db15c80b5 (diff)
downloadupstream-dc13dc1d5430a4e94ac985812814482b54db498d.tar.gz
upstream-dc13dc1d5430a4e94ac985812814482b54db498d.tar.bz2
upstream-dc13dc1d5430a4e94ac985812814482b54db498d.zip
ar71xx: fix mtd layout of the AP113
The 'mtdparts=' prefix and the name of the flash device is missing. SVN-Revision: 33226
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 18f78897df..28c02f6121 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -666,7 +666,7 @@ define Image/Build/Profile/ALL0305
$(call Image/Build/Template/$(fs_128k)/$(1),PB4X,all0305,$(all0305_cmdline))
endef
-ap113_mtd_layout=64k(u-boot),3008k(rootfs),896k(uImage),64k(NVRAM),64k(ART),3904k@0x10000(firmware)
+ap113_mtd_layout=mtdparts=spi0.0:64k(u-boot),3008k(rootfs),896k(uImage),64k(NVRAM),64k(ART),3904k@0x10000(firmware)
ap113_cmdline=board=AP113 console=ttyS0,115200
define Image/Build/Profile/AP113
$(call Image/Build/Template/$(fs_64k)/$(1),AthLzma,ap113,$(ap113_cmdline),$(ap113_mtd_layout),917504,3080192,RK)