summaryrefslogtreecommitdiff
path: root/board/freescale/mx6slevk/Makefile
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-05 17:28:27 +0800
committerYe.Li <B37916@freescale.com>2014-06-17 11:13:42 +0800
commit7ab7ee3893f6ce45623e218d88b45cc32f760d24 (patch)
treed469eacf220917768a9d0f60d436a53c3e3c1fe0 /board/freescale/mx6slevk/Makefile
parentdffdea49cc32e883d90aae66ab558f006ecd34b8 (diff)
downloadu-boot-imx-7ab7ee3893f6ce45623e218d88b45cc32f760d24.zip
u-boot-imx-7ab7ee3893f6ce45623e218d88b45cc32f760d24.tar.gz
u-boot-imx-7ab7ee3893f6ce45623e218d88b45cc32f760d24.tar.bz2
ENGR00315894-23 imx6slevk: add the plugin mode support
This patch add the plugin mode support for imx6slevk board. In order to enable the plugin mode, please turn on the CONFIG_USE_PLUGIN in the include/configs/mx6slevk.h Signed-off-by: Jason Liu <r64343@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'board/freescale/mx6slevk/Makefile')
-rw-r--r--board/freescale/mx6slevk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/mx6slevk/Makefile b/board/freescale/mx6slevk/Makefile
index 6e1971e..fb44826 100644
--- a/board/freescale/mx6slevk/Makefile
+++ b/board/freescale/mx6slevk/Makefile
@@ -4,3 +4,7 @@
#
obj-y := mx6slevk.o
+
+extra-$(CONFIG_USE_PLUGIN) := plugin.bin
+$(obj)/plugin.bin: $(obj)/plugin.o
+ $(OBJCOPY) -O binary --gap-fill 0xff $< $@