[OpenWrt-Devel] [PATCH] at91: add SAMA5D3-Xplained board UBI parameters to makefile.

Songjun Wu songjun.wu at atmel.com
Thu Mar 5 02:06:59 EST 2015


Signed-off-by: Songjun Wu <songjun.wu at atmel.com>
---
 target/linux/at91/image/Makefile |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile
index f88cab4..49e2bee 100644
--- a/target/linux/at91/image/Makefile
+++ b/target/linux/at91/image/Makefile
@@ -10,6 +10,9 @@ include $(INCLUDE_DIR)/image.mk
 UBIFS_OPTS = -F -m 2048 -e 126KiB -c 2048 -U
 UBI_OPTS = -m 2048 -p 128KiB -s 512
 
+AT91SAMA5D3XPLAINED_UBIFS_OPTS = -m 2048 -e 124KiB -c 2048
+AT91SAMA5D3XPLAINED_UBI_OPTS = -m 2048 -p 128KiB -s 2048
+
 define Build/Clean
 	$(MAKE) -C u-boot clean
 endef
-- 
1.7.9.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list