diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-05 20:24:57 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-05 20:24:57 +0000 |
commit | d7a6866ce070851dd0aedbe0c0cac4ed550615c8 (patch) | |
tree | b269f65ad2a7927ef9a66da3af5d3664969a9e02 | |
parent | 7b6c0cca40e31475541ad678ab88155b8ce575ec (diff) | |
download | upstream-d7a6866ce070851dd0aedbe0c0cac4ed550615c8.tar.gz upstream-d7a6866ce070851dd0aedbe0c0cac4ed550615c8.tar.bz2 upstream-d7a6866ce070851dd0aedbe0c0cac4ed550615c8.zip |
at91: add SAMA5D3-Xplained board UBI parameters to makefile.
Signed-off-by: Songjun Wu <songjun.wu@atmel.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44604 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/at91/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |