mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-13 22:23:38 +00:00
at91: Add UBI parameters for sama5d4.
Add UBIFS_OPTS & UBINIZE_OPTS parameters for sama5d4 Xplained board. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
This commit is contained in:
parent
67303259ee
commit
09bf441090
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user