From 83efc138dea4a667fcf6b295c35201a539ddb209 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Tue, 31 Mar 2015 17:42:54 -0500 Subject: MLK-10522-3: imx: mx7d_12x12_ddr3_arm2: add target board support * Add mx7d_12x12_ddr3_arm2 target board support * Initial support for mx7d_12x12_ddr3_arm2 target board add support for base hardware eMMC, SD and ECSPI boot. Signed-off-by: Adrian Alonso Signed-off-by: Ye.Li (cherry picked from commit 51d69f7996cc6e6da8bb3f0af751549cb2435e44) Conflicts: boards.cfg --- board/freescale/mx7d_12x12_ddr3_arm2/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 board/freescale/mx7d_12x12_ddr3_arm2/Makefile (limited to 'board/freescale/mx7d_12x12_ddr3_arm2/Makefile') diff --git a/board/freescale/mx7d_12x12_ddr3_arm2/Makefile b/board/freescale/mx7d_12x12_ddr3_arm2/Makefile new file mode 100644 index 0000000..f88af50 --- /dev/null +++ b/board/freescale/mx7d_12x12_ddr3_arm2/Makefile @@ -0,0 +1,10 @@ +# (C) Copyright 2015 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := mx7d_12x12_ddr3_arm2.o + +extra-$(CONFIG_USE_PLUGIN) := plugin.bin +$(obj)/plugin.bin: $(obj)/plugin.o + $(OBJCOPY) -O binary --gap-fill 0xff $< $@ -- cgit v1.1