554b9890df24555f43089468938d907bd1a2cae2
[openwrt/openwrt.git] / target / linux / at91 / image / sama5d4.mk
1
2 define Device/default-nand
3 BLOCKSIZE := 128k
4 PAGESIZE := 2048
5 SUBPAGESIZE := 2048
6 MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB -c 2048
7 endef
8
9 define Device/at91-sama5d4_xplained
10 $(Device/evaluation-dtb)
11 DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D4 Xplained
12 KERNEL_SIZE := 6144k
13 BLOCKSIZE := 256k
14 PAGESIZE := 4096
15 SUBPAGESIZE := 2048
16 MKUBIFS_OPTS := -m $$(PAGESIZE) -e 248KiB -c 2082 -x lzo
17 $(Device/evaluation-sdimage)
18 endef
19 TARGET_DEVICES += at91-sama5d4_xplained