mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
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
@ -37,6 +37,7 @@ endef
|
||||
define Build/trx-serial
|
||||
$(STAGING_DIR_HOST)/bin/trx \
|
||||
-o $@ \
|
||||
-m 33554432 \
|
||||
-f $(word 1,$^) -a 1024 \
|
||||
-f $(KDIR)/root.squashfs -a 0x10000 -A $(KDIR)/fs_mark
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user