allow the mkmylofw command to fail in case the image is too big for some compex devices
SVN-Revision: 12964
This commit is contained in:
parent
0571c2d9f5
commit
bd900ac812
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ define Image/BuildKernel
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/MyLoader
|
define Image/Build/MyLoader
|
||||||
$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \
|
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \
|
||||||
-p0x30000:0xd0000:ahl:0x80060000 \
|
-p0x30000:0xd0000:ahl:0x80060000 \
|
||||||
-p0x100000:0 \
|
-p0x100000:0 \
|
||||||
-b0x30000:0xd0000:h:$(KDIR)/vmlinux.lzma \
|
-b0x30000:0xd0000:h:$(KDIR)/vmlinux.lzma \
|
||||||
|
|
Loading…
Reference in a new issue