aboutsummaryrefslogtreecommitdiffstats
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
commitd6fbdaeeb9d97e7d0f38713f2bc222378f124aef (patch)
tree53429bdc0914727ee61ba95a45073f72413f31e7 /target/linux/bcm53xx
parent46c0cbcf901c936c57fee0f1e304276784404ff5 (diff)
downloadmaster-187ad058-d6fbdaeeb9d97e7d0f38713f2bc222378f124aef.tar.gz
master-187ad058-d6fbdaeeb9d97e7d0f38713f2bc222378f124aef.tar.bz2
master-187ad058-d6fbdaeeb9d97e7d0f38713f2bc222378f124aef.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49207 3c298f89-4303-0410-b956-a3cf2f4a3e73
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