summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2016-04-20 18:14:01 +0000
committerRafał Miłecki <zajec5@gmail.com>2016-04-20 18:14:01 +0000
commit2be52030555ef9b8de18aa31d85f3a880dd9af21 (patch)
tree5fc13b84cf6075925041166800f511231b5621af /target/linux/bcm53xx
parent9c0d590d21eab5cdbc99d5e67f25f018cebd1f20 (diff)
downloadmaster-31e0f0ae-2be52030555ef9b8de18aa31d85f3a880dd9af21.tar.gz
master-31e0f0ae-2be52030555ef9b8de18aa31d85f3a880dd9af21.tar.bz2
master-31e0f0ae-2be52030555ef9b8de18aa31d85f3a880dd9af21.zip
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
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r--target/linux/bcm53xx/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 41281f9066..04e418d1e9 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -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