From patchwork Wed Sep 30 02:14:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 1374040 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ossystems.com.br Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4C1KbK4q1pz9sSG for ; Wed, 30 Sep 2020 12:15:09 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 90D0981BD2; Wed, 30 Sep 2020 04:14:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=ossystems.com.br Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 74BE581F22; Wed, 30 Sep 2020 04:14:48 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-f193.google.com (mail-qt1-f193.google.com [209.85.160.193]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id DB35C808F1 for ; Wed, 30 Sep 2020 04:14:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=ossystems.com.br Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=otavio.salvador@gmail.com Received: by mail-qt1-f193.google.com with SMTP id a4so99475qth.0 for ; Tue, 29 Sep 2020 19:14:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:organization:content-transfer-encoding; bh=la2TmcTv6OZ8Hm6Xj0UxaBJHoYQ2pWR3OjG3CpYnY8w=; b=iGuiKh0R8AmA8oLHgRsljmzoKKew2lKR4aN6UUmMJLEwgRFntlQofIQZrTcInRAgX0 zssjXCXY/R/iYxpWpTbj5M/xe1oVL0F6tT9NrJX9MVE1howPZhqcXRnCw3neA1gUgJa4 JaENLAPIv/q38xaYqpMk5kOYxEWmlJvupAgAFkZf1lqov1ib6tIY9y/a61+7ybPDAg/A Q1D15GSL1P3Ar/2N9GUXa+q8dO2vXdyI8BTa6VSdE8eIRzJPBy+sTksHDY9ngzEeHk97 ewox8Vs7mJ6BcE1yQhLzmrOP79DcRXSntz06tt1uzCN1LUWGZ8gpwqlFwlwZdG7ohHmA L0kw== X-Gm-Message-State: AOAM533GviLWsoSIsOkW/uPibj6My4jeErpzMNM2vpwHYhC6VFbxX+lm 6e3DKO0Pvm5CTpWtfFnqZkurtR3sE5atUQ== X-Google-Smtp-Source: ABdhPJxodOJXNwCoV4qisE0aylTjEeEmQv/u4ookgwaDDFQo780ZICGTnGqBKsso2Z70/qTmiJtmsQ== X-Received: by 2002:ac8:3902:: with SMTP id s2mr144380qtb.258.1601432084402; Tue, 29 Sep 2020 19:14:44 -0700 (PDT) Received: from localhost ([181.220.78.182]) by smtp.gmail.com with ESMTPSA id d51sm537202qte.50.2020.09.29.19.14.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Sep 2020 19:14:43 -0700 (PDT) From: Otavio Salvador To: U-Boot Mailing List Cc: Otavio Salvador , Adam Ford , Anatolij Gustschin , Bin Meng , Harald Seiler , Joel Johnson , Lukasz Majewski , Reuben Dowle , Simon Glass , Simon Goldschmidt Subject: [PATCH 2/2] spl: Add SPL_SERIAL as requirement for SDP_USB_SDP Date: Tue, 29 Sep 2020 23:14:29 -0300 Message-Id: <20200929231414.2.I1805d30342d4e8cd8418960d4332e1507ed9b134@changeid> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200929231414.1.If4f1e6e03b7f0444b40d56e0cb624b863f0b4dc5@changeid> References: <20200929231414.1.If4f1e6e03b7f0444b40d56e0cb624b863f0b4dc5@changeid> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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" X-Virus-Scanned: clamav-milter 0.102.3 at phobos.denx.de X-Virus-Status: Clean The USB SDP protocol require the SPL serial support to allow the build to succeed. Signed-off-by: Otavio Salvador --- common/spl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index af8255a8d6a..20c5c4af3c3 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -1237,6 +1237,7 @@ endchoice config SPL_USB_SDP_SUPPORT bool "Support SDP (Serial Download Protocol)" + depends on SPL_SERIAL_SUPPORT help Enable Serial Download Protocol (SDP) device support in SPL. This allows to download images into memory and execute (jump to) them