From babb68d3e7854992793781d7240e4c23da499ea8 Mon Sep 17 00:00:00 2001 From: Juan Gutierrez Date: Thu, 20 Apr 2017 18:58:36 -0500 Subject: 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 --- board/freescale/mx6sxscm/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'board/freescale/mx6sxscm/Makefile') 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 $< $@ -- cgit v1.1