Skip to content
Snippets Groups Projects
Commit f1625b11 authored by John Crispin's avatar John Crispin
Browse files

at91: add SAMA5D3-Xplained board UBI parameters to makefile.


Signed-off-by: default avatarSongjun Wu <songjun.wu@atmel.com>

SVN-Revision: 44604
parent 8f99faaf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment