summaryrefslogtreecommitdiff
path: root/board/freescale/mx7dsabresd/Makefile
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-03-09 10:31:36 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:58:50 +0800
commitbb1922a17efc2d0b182a6c030de18a5aced6d645 (patch)
tree08b23ed8ef1ba97983caaef84955734236ab4001 /board/freescale/mx7dsabresd/Makefile
parent7e755125b567174ccf2aa19e27667d8d1f8a0d24 (diff)
downloadu-boot-imx-bb1922a17efc2d0b182a6c030de18a5aced6d645.zip
u-boot-imx-bb1922a17efc2d0b182a6c030de18a5aced6d645.tar.gz
u-boot-imx-bb1922a17efc2d0b182a6c030de18a5aced6d645.tar.bz2
MLK-10362 imx: mx7dsabresd: Add support for MX7D SABRESD board
Add i.MX7D SABRESD board BSP codes, with enabled modules: UART, PMIC, USB/OTG, SD, eMMC, ENET, I2C, 74LV IOX. Build target: mx7dsabresd_config Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 3bf52a153e2964d4fdc17f0e8cb816686cbb6c2b) Conflicts: boards.cfg
Diffstat (limited to 'board/freescale/mx7dsabresd/Makefile')
-rw-r--r--board/freescale/mx7dsabresd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/freescale/mx7dsabresd/Makefile b/board/freescale/mx7dsabresd/Makefile
new file mode 100644
index 0000000..68bb0f1
--- /dev/null
+++ b/board/freescale/mx7dsabresd/Makefile
@@ -0,0 +1,10 @@
+# (C) Copyright 2015 Freescale Semiconductor, Inc.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y := mx7dsabresd.o
+
+extra-$(CONFIG_USE_PLUGIN) := plugin.bin
+$(obj)/plugin.bin: $(obj)/plugin.o
+ $(OBJCOPY) -O binary --gap-fill 0xff $< $@