diff options
author | Juan Gutierrez <juan.gutierrez@nxp.com> | 2017-04-20 18:58:36 -0500 |
---|---|---|
committer | Juan Gutierrez <juan.gutierrez@nxp.com> | 2017-04-28 12:06:43 -0500 |
commit | babb68d3e7854992793781d7240e4c23da499ea8 (patch) | |
tree | 04db850f3a099e18573d4a70a89ac788b628bcf4 /board/freescale/mx6sxscm/Makefile | |
parent | c420113c114fb7a892d3eb37077bb42f2c489a8f (diff) | |
download | u-boot-imx-babb68d3e7854992793781d7240e4c23da499ea8.zip u-boot-imx-babb68d3e7854992793781d7240e4c23da499ea8.tar.gz u-boot-imx-babb68d3e7854992793781d7240e4c23da499ea8.tar.bz2 |
MXSCM-292-2 mx6sxscm: convert to enable OF_CONTROL and DM drivers
Update mx6sxscm boards code and build configurations to enable
OF_CONTROL and DM drivers.
1. Update GPIO codes for adding gpio request
2. Update PMIC and LDO by-pass codes for DM PMIC
3. Add lpddr2 512MB size and eMMC options tolocal Kconfig
4. Update license with NXP 2017
5. Add defconfigs for EVB boards
Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
Diffstat (limited to 'board/freescale/mx6sxscm/Makefile')
-rw-r--r-- | board/freescale/mx6sxscm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/board/freescale/mx6sxscm/Makefile b/board/freescale/mx6sxscm/Makefile index c79e512..1921fd8 100644 --- a/board/freescale/mx6sxscm/Makefile +++ b/board/freescale/mx6sxscm/Makefile @@ -1,10 +1,8 @@ -# (C) Copyright 2016 Freescale Semiconductor, Inc. +# Copyright (C) 2016 Freescale Semiconductor, Inc. +# Copyright 2017 NXP # # SPDX-License-Identifier: GPL-2.0+ # obj-y := mx6sxscm.o -extra-$(CONFIG_USE_PLUGIN) := plugin.bin -$(obj)/plugin.bin: $(obj)/plugin.o - $(OBJCOPY) -O binary --gap-fill 0xff $< $@ |