From: Rafał Miłecki Date: Wed, 20 Apr 2016 18:24:35 +0000 (+0000) Subject: bcm53xx: bump maximum TRX size for devices with serial flash X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bea55f41ca78f2d74031b682990fa132ff298b74;p=openwrt%2Fsvn-archive%2Farchive.git 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 Backport of r49207 SVN-Revision: 49208 --- diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 7cc76607d5..da75104938 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