blob: 11d8538dffc4bd33003d5cabd1c9613ef0aa39b7 (
plain)
1
2
3
4
5
6
7
|
define Device/at91-sama5d3_xplained
$(Device/evaluation-dtb)
DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D3 Xplained
KERNEL_SIZE := 6144k
SUBPAGESIZE := 2048
endef
TARGET_DEVICES += at91-sama5d3_xplained
|