projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6730325
)
at91: Add UBI parameters for sama5d4.
author
Sandeep Sheriker Mallikarjun
<
[email protected]
>
Wed, 13 Sep 2017 18:51:18 +0000
(11:51 -0700)
committer
John Crispin
<
[email protected]
>
Wed, 20 Sep 2017 07:01:09 +0000
(09:01 +0200)
Add UBIFS_OPTS & UBINIZE_OPTS parameters for sama5d4 Xplained board.
Signed-off-by: Sandeep Sheriker Mallikarjun <
[email protected]
>
target/linux/at91/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/at91/image/Makefile
b/target/linux/at91/image/Makefile
index 99c7e21669e1150006a934b9dd90f6017e561646..93337097c08f31f94e0a26af4cabff331cfa6b58 100644
(file)
--- a/
target/linux/at91/image/Makefile
+++ b/
target/linux/at91/image/Makefile
@@
-16,7
+16,12
@@
endif
ifeq ($(SUBTARGET),sama5)
include ./sama5.mk
-UBIFS_OPTS := -m 2048 -e 124KiB -c 2048
+ifeq ($(TARGET_DEVICES),at91-sama5d4_xplained)
+ UBIFS_OPTS := -e 0x3e000 -c 2082 -m 0x1000 -x lzo
+ UBINIZE_OPTS := -m 0x1000 -p 0x40000
+else
+ UBIFS_OPTS := -m 2048 -e 124KiB -c 2048
+endif
endif
define Device/Default