mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-18 09:42:47 +02:00
ar71xx: increase kernel partition size for the WP543 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20049 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
55b521b406
commit
2b3fad7526
@ -206,19 +206,19 @@ endef
|
|||||||
|
|
||||||
define Image/Build/MyLoader
|
define Image/Build/MyLoader
|
||||||
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \
|
-$(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) \
|
-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
|
||||||
$(call imgname,$(1),$(2))-2M.img
|
$(call imgname,$(1),$(2))-2M.img
|
||||||
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x400000 \
|
-$(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) \
|
-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
|
||||||
$(call imgname,$(1),$(2))-4M.img
|
$(call imgname,$(1),$(2))-4M.img
|
||||||
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x800000 \
|
-$(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) \
|
-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
|
||||||
$(call imgname,$(1),$(2))-8M.img
|
$(call imgname,$(1),$(2))-8M.img
|
||||||
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x1000000 \
|
-$(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) \
|
-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
|
||||||
$(call imgname,$(1),$(2))-16M.img
|
$(call imgname,$(1),$(2))-16M.img
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user