summaryrefslogtreecommitdiff
path: root/board/freescale/mx6ul_14x14_lpddr2_arm2/Makefile
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-03-04 16:08:30 +0800
committerYe Li <ye.li@nxp.com>2016-03-25 15:20:00 +0800
commit72702903ed044b6cc5cce670e7389530c30301bd (patch)
treee2fe900be9fda3c81222da7356a33c6a9e8f9e8a /board/freescale/mx6ul_14x14_lpddr2_arm2/Makefile
parentf39d809ef99c3727e17285c52df9cd01020bee65 (diff)
downloadu-boot-imx-72702903ed044b6cc5cce670e7389530c30301bd.zip
u-boot-imx-72702903ed044b6cc5cce670e7389530c30301bd.tar.gz
u-boot-imx-72702903ed044b6cc5cce670e7389530c30301bd.tar.bz2
MLK-12486-2 imx6: Add i.mx6sx/ul arm2 boards
Add i.MX6SX/UL arm2 boards support. Most code are from imx_v2015.04, but adapted to 2016.03 release. Tested on mx6ul_14x14_ddr3_arm2 and mx6sx_19x19_ddr3_arm2. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board/freescale/mx6ul_14x14_lpddr2_arm2/Makefile')
-rw-r--r--board/freescale/mx6ul_14x14_lpddr2_arm2/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/freescale/mx6ul_14x14_lpddr2_arm2/Makefile b/board/freescale/mx6ul_14x14_lpddr2_arm2/Makefile
new file mode 100644
index 0000000..c67a048
--- /dev/null
+++ b/board/freescale/mx6ul_14x14_lpddr2_arm2/Makefile
@@ -0,0 +1,10 @@
+# (C) Copyright 2015 Freescale Semiconductor, Inc.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y := mx6ul_14x14_lpddr2_arm2.o
+
+extra-$(CONFIG_USE_PLUGIN) := plugin.bin
+$(obj)/plugin.bin: $(obj)/plugin.o
+ $(OBJCOPY) -O binary --gap-fill 0xff $< $@