parent
3862f176c1
commit
c26d81b652
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ endif
|
|||
ifeq ($(FS),jffs2-4MB)
|
||||
TRXALIGN:=-a 0x10000
|
||||
endif
|
||||
# see ticket #155
|
||||
ifeq ($(FS),squashfs)
|
||||
TRXALIGN:=-a 1024
|
||||
endif
|
||||
|
||||
|
||||
$(KDIR)/loader.tmp.gz:
|
||||
cp $(BUILD_DIR)/loader.gz $@
|
||||
|
|
Loading…
Reference in a new issue