diff options
author | Ye.Li <B37916@freescale.com> | 2015-06-19 15:27:49 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2015-06-19 17:15:35 +0800 |
commit | c0fc92d28b133ddf053f39635cc9f745224f8111 (patch) | |
tree | b432b9867bd8de1468471b1a21e93f986145a72d /board/freescale/mx6ul_14x14_lpddr2_arm2/Makefile | |
parent | d307893d5c62ba6f4172e526d4193c4c97b3fba6 (diff) | |
download | u-boot-imx-c0fc92d28b133ddf053f39635cc9f745224f8111.zip u-boot-imx-c0fc92d28b133ddf053f39635cc9f745224f8111.tar.gz u-boot-imx-c0fc92d28b133ddf053f39635cc9f745224f8111.tar.bz2 |
MLK-11135-2 imx: mx6ul: Add MX6UL LPDDR2 ARM2 board support
Add MX6UL LPDDR2 ARM2 board BSP codes, supported peripherals:
SD1, eMMC(USDHC2), USB OTG1, I2C, ENET2, PMIC.
Due to a board issue, the SD1 only supports 1 bit bus width.
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'board/freescale/mx6ul_14x14_lpddr2_arm2/Makefile')
-rw-r--r-- | board/freescale/mx6ul_14x14_lpddr2_arm2/Makefile | 10 |
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 $< $@ |