diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-08 12:09:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-08 12:09:38 +0000 |
commit | 74f9af4c10669f9ad46c47e4a0fa966aaada65ea (patch) | |
tree | 42e9a379bec103beb258d20e3eee1bf6c4e0d84a /target/linux/ar71xx/image/Makefile | |
parent | 4bbb272f489913810f809b175c09d22460edff15 (diff) | |
download | upstream-74f9af4c10669f9ad46c47e4a0fa966aaada65ea.tar.gz upstream-74f9af4c10669f9ad46c47e4a0fa966aaada65ea.tar.bz2 upstream-74f9af4c10669f9ad46c47e4a0fa966aaada65ea.zip |
ar71xx: increase kernel partition size for the WP543 boards
SVN-Revision: 20049
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index c7d4fc147f..e2df87b63c 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -206,19 +206,19 @@ endef define Image/Build/MyLoader -$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \ - -p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ + -p0x030000:0xe0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ -p0x100000:0:::rootfs:$(KDIR)/root.$(1) \ $(call imgname,$(1),$(2))-2M.img -$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x400000 \ - -p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ + -p0x030000:0xe0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ -p0x100000:0:::rootfs:$(KDIR)/root.$(1) \ $(call imgname,$(1),$(2))-4M.img -$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x800000 \ - -p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ + -p0x030000:0xe0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ -p0x100000:0:::rootfs:$(KDIR)/root.$(1) \ $(call imgname,$(1),$(2))-8M.img -$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x1000000 \ - -p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ + -p0x030000:0xe0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ -p0x100000:0:::rootfs:$(KDIR)/root.$(1) \ $(call imgname,$(1),$(2))-16M.img endef |