summaryrefslogtreecommitdiff
path: root/board/freescale/mx6qsabreauto/Makefile
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-09 11:24:35 +0800
committerYe.Li <B37916@freescale.com>2014-06-17 11:13:42 +0800
commitb223a51f4533de79bee94253958271510d8da7a7 (patch)
tree57e0765a1d304d2edf7ba5b20b68be5c95c55189 /board/freescale/mx6qsabreauto/Makefile
parent9791a2c1ead3328663cd4a9270f6103989050a35 (diff)
downloadu-boot-imx-b223a51f4533de79bee94253958271510d8da7a7.zip
u-boot-imx-b223a51f4533de79bee94253958271510d8da7a7.tar.gz
u-boot-imx-b223a51f4533de79bee94253958271510d8da7a7.tar.bz2
ENGR00315894-21 imx6/sabreauto: add the plugin mode support
This patch add the plugin mode support for sabreauto board. In order to enable the plugin mode, please turn on the CONFIG_USE_PLUGIN in the include/configs/mx6qsabre_common.h Signed-off-by: Jason Liu <r64343@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'board/freescale/mx6qsabreauto/Makefile')
-rw-r--r--board/freescale/mx6qsabreauto/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/freescale/mx6qsabreauto/Makefile b/board/freescale/mx6qsabreauto/Makefile
index ac5bc81..89e6cae 100644
--- a/board/freescale/mx6qsabreauto/Makefile
+++ b/board/freescale/mx6qsabreauto/Makefile
@@ -1,9 +1,13 @@
#
# Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de>
#
-# (C) Copyright 2011 Freescale Semiconductor, Inc.
+# (C) Copyright 2011-2014 Freescale Semiconductor, Inc.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y := mx6qsabreauto.o
+
+extra-$(CONFIG_USE_PLUGIN) := plugin.bin
+$(obj)/plugin.bin: $(obj)/plugin.o
+ $(OBJCOPY) -O binary --gap-fill 0xff $< $@