From 2c1196079eaf31bd8a7bf5a15e1cbf3c6c7902bb Mon Sep 17 00:00:00 2001 From: zhang sanshan Date: Mon, 22 May 2017 15:17:44 +0800 Subject: MA-9409-3 Add base board support for android and android things. * add board support for android and android things. mx6ul_nxpu_iopb, pico-6ul, pico-imx7d, aquila-6ul reorganize the Kconfig, and fix the redefine issue. * add android configure into configure-while * add a common file mx_android_common.h it will be included by android and android things. defconfig only include ANDROID_THINGS_SUPPORT or ANDROID_SUPPORT * move partition_table_valid into f_fastboot.c. it's a common code. * add invalidate_dcache_range in fixed order. It will have salt invalid issue if we do not add it in order * add display for pico-7d. Change-Id: I6f8a4876c2f8bbd098034d1e3f53033109300bca Signed-off-by: zhang sanshan --- board/freescale/pico-imx7d/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 board/freescale/pico-imx7d/Makefile (limited to 'board/freescale/pico-imx7d/Makefile') diff --git a/board/freescale/pico-imx7d/Makefile b/board/freescale/pico-imx7d/Makefile new file mode 100644 index 0000000..30bba14 --- /dev/null +++ b/board/freescale/pico-imx7d/Makefile @@ -0,0 +1,10 @@ +# (C) Copyright 2015 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := pico-imx7d.o + +extra-$(CONFIG_USE_PLUGIN) := plugin.bin +$(obj)/plugin.bin: $(obj)/plugin.o + $(OBJCOPY) -O binary --gap-fill 0xff $< $@ -- cgit v1.1