diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-04-20 18:24:35 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2016-04-20 18:24:35 +0000 |
commit | 8bcff05acc5fcfe8fbc8797cc0156945f3650d09 (patch) | |
tree | 8211d2e183b181266780e3d7c9936a021ca18e14 /target/linux/bcm53xx | |
parent | 53c70521a69e303a01387746dd45297dab48a0d7 (diff) | |
download | upstream-8bcff05acc5fcfe8fbc8797cc0156945f3650d09.tar.gz upstream-8bcff05acc5fcfe8fbc8797cc0156945f3650d09.tar.bz2 upstream-8bcff05acc5fcfe8fbc8797cc0156945f3650d09.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>
Backport of r49207
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49208 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |