From: John Crispin Date: Thu, 5 Mar 2015 20:24:57 +0000 (+0000) Subject: at91: add SAMA5D3-Xplained board UBI parameters to makefile. X-Git-Tag: reboot~4122 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f1625b116f3fd5ff597af88e1719e6492a938d97;p=openwrt%2Fstaging%2Fjogo.git at91: add SAMA5D3-Xplained board UBI parameters to makefile. Signed-off-by: Songjun Wu SVN-Revision: 44604 --- diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index f88cab4297..49e2bee5c1 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