From 2e17fec90e942e84957159fcebf8c755a560810b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Wed, 20 Apr 2016 18:14:01 +0000 Subject: [PATCH] bcm53xx: bump maximum TRX size for devices with serial flash MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It was already increased for NAND devices so do the same for the ones with serial memory. Signed-off-by: Rafał Miłecki SVN-Revision: 49207 --- target/linux/bcm53xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2