OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 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-sama5d2_xplained |
||
10 | $(Device/evaluation-dtb) |
||
11 | DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D2 Xplained |
||
12 | KERNEL_SIZE := 6144k |
||
13 | $(Device/evaluation-sdimage) |
||
14 | endef |
||
15 | TARGET_DEVICES += at91-sama5d2_xplained |
||
16 | |||
17 | define Device/at91-sama5d27_som1_ek |
||
18 | $(Device/evaluation-dtb) |
||
19 | DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D27 SOM1 Ek |
||
20 | KERNEL_SIZE := 6144k |
||
21 | $(Device/evaluation-sdimage) |
||
22 | endef |
||
23 | TARGET_DEVICES += at91-sama5d27_som1_ek |
||
24 | |||
25 | define Device/at91-sama5d2_ptc_ek |
||
26 | $(Device/evaluation-dtb) |
||
27 | DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D2 PTC Ek |
||
28 | KERNEL_SIZE := 6144k |
||
29 | $(Device/evaluation-sdimage) |
||
30 | endef |
||
31 | TARGET_DEVICES += at91-sama5d2_ptc_ek |