bcm53xx: bump maximum TRX size for devices with serial flash
It was already increased for NAND devices so do the same for the ones with serial memory. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49207
This commit is contained in:
parent
9c0d590d21
commit
2be5203055
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ endef
|
||||||
define Build/trx-serial
|
define Build/trx-serial
|
||||||
$(STAGING_DIR_HOST)/bin/trx \
|
$(STAGING_DIR_HOST)/bin/trx \
|
||||||
-o $@ \
|
-o $@ \
|
||||||
|
-m 33554432 \
|
||||||
-f $(word 1,$^) -a 1024 \
|
-f $(word 1,$^) -a 1024 \
|
||||||
-f $(KDIR)/root.squashfs -a 0x10000 -A $(KDIR)/fs_mark
|
-f $(KDIR)/root.squashfs -a 0x10000 -A $(KDIR)/fs_mark
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue