Просмотр исходного кода

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 <[email protected]>

SVN-Revision: 49207
Rafał Miłecki 9 лет назад
Родитель
Сommit
2be5203055
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      target/linux/bcm53xx/image/Makefile

+ 1 - 0
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