summaryrefslogtreecommitdiff
path: root/board/freescale/mx7d_12x12_ddr3_arm2/Makefile
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-03-31 17:42:54 -0500
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 15:05:42 +0800
commit83efc138dea4a667fcf6b295c35201a539ddb209 (patch)
treec0926b882f059114cf331addfd3ec070bebba7b9 /board/freescale/mx7d_12x12_ddr3_arm2/Makefile
parenteb2fc68b8e0fcbc30af16b978cf8845fc32574fe (diff)
downloadu-boot-imx-83efc138dea4a667fcf6b295c35201a539ddb209.zip
u-boot-imx-83efc138dea4a667fcf6b295c35201a539ddb209.tar.gz
u-boot-imx-83efc138dea4a667fcf6b295c35201a539ddb209.tar.bz2
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 <aalonso@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 51d69f7996cc6e6da8bb3f0af751549cb2435e44) Conflicts: boards.cfg
Diffstat (limited to 'board/freescale/mx7d_12x12_ddr3_arm2/Makefile')
-rw-r--r--board/freescale/mx7d_12x12_ddr3_arm2/Makefile10
1 files changed, 10 insertions, 0 deletions
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 $< $@