From 86d037e4a27fcf8f465fb1e79db727995ad5c684 Mon Sep 17 00:00:00 2001 From: Ben Whitten Date: Fri, 10 Jun 2016 20:07:32 +0100 Subject: at91: add support for the WB45N module from Laird This module from Laird includes the following: - CPU Atmel SoC ARM926EJS - Wifi AR6003 - Bluetooth CSR8510 - RAM 64MB LPDDR - FLASH 128MB The flash is a dual image layout, kernel a/b, rootfs a/b, and a user partition. Signed-off-by: Ben Whitten --- target/linux/at91/image/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/at91/image/Makefile') diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index db480ac754..fedefe4287 100644 --- a/target/linux/at91/image/Makefile +++ b/target/linux/at91/image/Makefile @@ -51,6 +51,12 @@ define Device/evaluation-dtb IMAGE/dtb := install-dtb endef +define Device/evaluation-fit + $(Device/evaluation) + KERNEL_SUFFIX := -fit-uImage.itb + KERNEL := kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb +endef + define Device/production UBINIZE_OPTS := -E 5 IMAGES := factory.bin -- cgit v1.2.3