summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sxsabreauto/Makefile
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-09-26 14:07:48 +0800
committerYe.Li <B37916@freescale.com>2014-09-26 17:34:19 +0800
commitab5c80246e8e89e6f9b7f379aa9630a55586572e (patch)
tree03721856b0329eb83bbf848f00c6af8327261b68 /board/freescale/mx6sxsabreauto/Makefile
parenta217fdcbd3528221a69feefa450b51047ee833bc (diff)
downloadu-boot-imx-ab5c80246e8e89e6f9b7f379aa9630a55586572e.zip
u-boot-imx-ab5c80246e8e89e6f9b7f379aa9630a55586572e.tar.gz
u-boot-imx-ab5c80246e8e89e6f9b7f379aa9630a55586572e.tar.bz2
ENGR00333317 imx: mx6sxsabreauto: Add BSP support for AI board
Create mx6sx sabreauto BSP file and configurations. The devices below have been supported: 1. SD/MMC/eMMC on SDA/SDB (base board) sockets 2. USB OTG port and USB HOST port (base board) 3. NAND flash 4. QuadSPI flash on QSPI1 5. I2C 6. PMIC PFUZE100 7. Onboard ethernet chip on ENET2 8. Splash screen on LVDS Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'board/freescale/mx6sxsabreauto/Makefile')
-rw-r--r--board/freescale/mx6sxsabreauto/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/freescale/mx6sxsabreauto/Makefile b/board/freescale/mx6sxsabreauto/Makefile
new file mode 100644
index 0000000..db01364
--- /dev/null
+++ b/board/freescale/mx6sxsabreauto/Makefile
@@ -0,0 +1,10 @@
+# (C) Copyright 2014 Freescale Semiconductor, Inc.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y := mx6sxsabreauto.o
+
+extra-$(CONFIG_USE_PLUGIN) := plugin.bin
+$(obj)/plugin.bin: $(obj)/plugin.o
+ $(OBJCOPY) -O binary --gap-fill 0xff $< $@