sama5d2.mk 804 B

12345678910111213141516171819202122232425262728293031
  1. define Device/default-nand
  2. BLOCKSIZE := 128k
  3. PAGESIZE := 2048
  4. SUBPAGESIZE := 2048
  5. MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB -c 2048
  6. endef
  7. define Device/at91-sama5d2_xplained
  8. $(Device/evaluation-dtb)
  9. DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D2 Xplained
  10. KERNEL_SIZE := 6144k
  11. $(Device/evaluation-sdimage)
  12. endef
  13. TARGET_DEVICES += at91-sama5d2_xplained
  14. define Device/at91-sama5d27_som1_ek
  15. $(Device/evaluation-dtb)
  16. DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D27 SOM1 Ek
  17. KERNEL_SIZE := 6144k
  18. $(Device/evaluation-sdimage)
  19. endef
  20. TARGET_DEVICES += at91-sama5d27_som1_ek
  21. define Device/at91-sama5d2_ptc_ek
  22. $(Device/evaluation-dtb)
  23. DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D2 PTC Ek
  24. KERNEL_SIZE := 6144k
  25. $(Device/evaluation-sdimage)
  26. endef
  27. TARGET_DEVICES += at91-sama5d2_ptc_ek