From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C23EFC433F5 for ; Sat, 26 Mar 2022 02:48:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 47D8D83C5D; Sat, 26 Mar 2022 03:47:59 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="kTqLrH77"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BED6F83ABC; Sat, 26 Mar 2022 03:46:48 +0100 (CET) Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) (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 E311A83ABD for ; Sat, 26 Mar 2022 03:46:44 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x735.google.com with SMTP id d142so7386923qkc.4 for ; Fri, 25 Mar 2022 19:46:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Y87xirXqujrWMJBYb659pCGuPtsT8S4QCQ+PiVv7cVI=; b=kTqLrH77wgHV1eM0BUgM4hJ1Y144HTyFf7JmOQbmUptzD7BXrJKC9FPz9mdV0muttd ZQN7lLRoMJ4Zef5z9EXTj4HDE+PnSLFYbeRL4m/LwDQ8r6fNgPDTOUndnbCbJ8T7xQY6 A38t1cr6Tm/tjIQuTDrePRe0xEvLBa3LiJp7o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Y87xirXqujrWMJBYb659pCGuPtsT8S4QCQ+PiVv7cVI=; b=unzEQB8rCapoSaIGhDc02QSZEJoNh9ohqRRYubanDPzGt4o1FffDvhL8zM6TkRne1b ivvQG00GrsXEpct+QMgrD9rXusGnut6c0wNRAa1sNhDT4cKCnsFq/IHNNN/TvLCebDjY I78INpdEW73/MfDrfR77F7khSRI7gG1go1pLm0ZimEuVYuCkCh+uk68XXcf3B7In8YP7 IfbhrvkuLIAP480x+JAxySidtJQDIt9u9V0wy6Pd8GeJ+URJHrcbHK04Kk2ir6OrJKLv 83hSWWukdU8Dd6sba4iUu0oYt9AQNmqEBArWYWx+6A5qwbQNrdSgRRM3bw5Trw23kmlE mMGg== X-Gm-Message-State: AOAM533sK84mG74WhWwtqvS+Ae3uExGFCqtkmGJ6+gGsb4CCYpSp46Xr yThgAyZMl4sDAFz4JECLy7c+VJ54WmpVrw== X-Google-Smtp-Source: ABdhPJxTjFMBJC64q16bAq0j/HkeZxiY0pY+5KsY4kGhslvYJVhFRw3gjG+m/fX8j4uNWN/U02YJ+w== X-Received: by 2002:a05:620a:ccb:b0:67b:3191:c635 with SMTP id b11-20020a05620a0ccb00b0067b3191c635mr8777487qkj.285.1648262803766; Fri, 25 Mar 2022 19:46:43 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id h14-20020a05622a170e00b002e1a65754d8sm7041917qtk.91.2022.03.25.19.46.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Mar 2022 19:46:42 -0700 (PDT) Date: Fri, 25 Mar 2022 22:46:40 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , AKASHI Takahiro , Heinrich Schuchardt , Patrick Delaunay , Wolfgang Denk Subject: Re: [PATCH 1/5] disk: Add an option for partitions in SPL Message-ID: <20220326024640.GK2284289@bill-the-cat> References: <20220311191005.364540-1-sjg@chromium.org> <20220311191005.364540-2-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jITzwD3HDGXid3BE" Content-Disposition: inline In-Reply-To: <20220311191005.364540-2-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.103.5 at phobos.denx.de X-Virus-Status: Clean --jITzwD3HDGXid3BE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 11, 2022 at 12:10:01PM -0700, Simon Glass wrote: > In some cases we do not want to enable partition support in SPL. Add an > option to allow this. >=20 > Signed-off-by: Simon Glass With a slight tweak (as disk/disk-uclass.c isn't in yet), applied to u-boot/next, thanks! --=20 Tom --jITzwD3HDGXid3BE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmI+fpAACgkQFHw5/5Y0 tyz2XQv9EbhGDgYHBpVRC0LJ/9gQHCK9PjxdhfvY2HZ7kDXZpPwvZH6r2XwNo6Qx QiH2Mn6T0TrlFwUP2nL6Ev0TKjNn00HqbuBvYpFmFmEYvhkL+BWnJ7fbNPT7/4+U xiJv61yrQXkgYVtd3jKorm75n+yrnKenElS4tj0QLED4ex6IOIwdKKV9rbAIgmoQ UzAWcFnTGNObyYXX4F3igYp0MDKDpXakOSQWk0nu46gSWRpmJpwH0uS3j9tVMjd+ wZ+jc4dl80Y3cnmV/l5Ly8HmU2kj5S28sicL3KNm1cnXdfV5qsU3o7ZxZcL3JheK 0ElkmE/3foxUOyiP9f6QmZk5Yl4b8E2BUI6Kl+PH7bpKgKJeTfiakNRgesnwMb3A 24Hu6QTQMs1OcE8A9y4gDrHZXLFPXeX+Zrh9ZxdZAms47guq/BT+z4sHZGC512U7 ImLNbsV8MVHudtW99dTbYKA3gESnXLXJ6JJAavutVLtqkaN7x9skD60xl1LzYMce 0GYuBED/ =dHFZ -----END PGP SIGNATURE----- --jITzwD3HDGXid3BE--