From patchwork Mon Jun 3 19:00:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sjoerd Simons X-Patchwork-Id: 1109445 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=collabora.co.uk Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45Hktz0hD5z9s3Z for ; Tue, 4 Jun 2019 05:02:03 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id C30C2C21BE5; Mon, 3 Jun 2019 19:01:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_HELO_PASS, UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id B7DA5C21DD9; Mon, 3 Jun 2019 19:00:35 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 79226C21C29; Mon, 3 Jun 2019 19:00:33 +0000 (UTC) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lists.denx.de (Postfix) with ESMTPS id E8102C21C57 for ; Mon, 3 Jun 2019 19:00:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sjoerd) with ESMTPSA id 8C27F283B77 Received: by beast.luon.net (Postfix, from userid 1000) id E3ADB3E1F26; Mon, 3 Jun 2019 21:00:29 +0200 (CEST) From: Sjoerd Simons To: u-boot@lists.denx.de Date: Mon, 3 Jun 2019 21:00:27 +0200 Message-Id: <20190603190029.10373-4-sjoerd.simons@collabora.co.uk> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190603190029.10373-1-sjoerd.simons@collabora.co.uk> References: <20190603190029.10373-1-sjoerd.simons@collabora.co.uk> MIME-Version: 1.0 Cc: Fabio Estevam Subject: [U-Boot] [PATCH 3/5] mx6sabreauto: Enable SPL SDP support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" To allow loading u-boot over USB enable SPD support in the SPL. Signed-off-by: Sjoerd Simons --- configs/mx6sabreauto_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index 91ea1ca9e4..6903048d85 100644 --- a/configs/mx6sabreauto_defconfig +++ b/configs/mx6sabreauto_defconfig @@ -26,6 +26,9 @@ CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_FIT_IMAGE_TINY=y CONFIG_SPL_FS_EXT4=y CONFIG_SPL_I2C_SUPPORT=y +CONFIG_SPL_USB_HOST_SUPPORT=y +CONFIG_SPL_USB_GADGET=y +CONFIG_SPL_USB_SDP_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y