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 D422CC636CC for ; Tue, 7 Feb 2023 16:56:24 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BF18B85F43; Tue, 7 Feb 2023 17:52:23 +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="aXq0YiPm"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 91E3285DC1; Tue, 7 Feb 2023 17:52:14 +0100 (CET) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (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 6DE1985A88 for ; Tue, 7 Feb 2023 17:52:07 +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-qt1-x833.google.com with SMTP id cr22so17385243qtb.10 for ; Tue, 07 Feb 2023 08:52:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=0i7heyZAGQIZhAAU8XYDdYQaFl3imh+obdpc8eN/JVg=; b=aXq0YiPmwUbDU9+xe+bHHhfMDhNSxUIQfZbnacV+kVn/e6R0Is0xZ67mxuDC/v5OIh Hx5tCq8a7F72l/zibP4YIu9OWVZ450JGiKvNR+G97DHX89ZS3+HdbP/T/dKJv0F1eXLs en+5UGtFntkXqDI7blXO6a5FmIRWZoO4BQsPM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=0i7heyZAGQIZhAAU8XYDdYQaFl3imh+obdpc8eN/JVg=; b=sDTGVbCfgB+OixGkjX5jdrMd8FLlbM6zWxWLe9CR2nzgF2Ylu8tvZn/jtQ3xs/hS9V CGaKz2V0yh72V9V8o2sgriMSWDeHbdya6Yrw3T+BJIFADSTkMOCMbWH2Fcl4C2l1A331 cFSwvLR9P2FUe1MzJrPbw0SKW3yPyXeNx+ECo4UjZa4rzhnw//egmKWdzmpsSpJRY1vc gr3BEwn+foqVO5fRTCFnEUx4nJdcDnHo5sMX3HFwK1lFRYK6TZW+lIfhhX73wzeOe3q5 hHMwXGrFwr9Mny5PxWcWGKgIzlD4slDJ//cYSu6AVJKSIr3Ex+KlIK+ub9VF2Z6rbAOF jJjw== X-Gm-Message-State: AO0yUKU46RJ8Zkwtc0JkWWDc6hPWVVmYDljOUgkuR8fQ+fkbzEXh2wRC eYTgoqMk4S5A+6fcEh6QdO43zA== X-Google-Smtp-Source: AK7set8ADPFlq+oJuwfQl2zIqP4TiAslZDas+UFMqSg2UbYagK4g2M3eClK9x8YNwpMM1vCm8TH+Xw== X-Received: by 2002:a05:622a:1488:b0:3b8:938e:73b3 with SMTP id t8-20020a05622a148800b003b8938e73b3mr6216175qtx.45.1675788725239; Tue, 07 Feb 2023 08:52:05 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-7494-fb31-9b5f-683c.res6.spectrum.com. [2603:6081:7b00:6400:7494:fb31:9b5f:683c]) by smtp.gmail.com with ESMTPSA id q1-20020ac84101000000b003b86d9a3700sm9673568qtl.78.2023.02.07.08.52.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Feb 2023 08:52:04 -0800 (PST) Date: Tue, 7 Feb 2023 11:52:02 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Albert Aribaud , Ilias Apalodimas , Andre Przywara , =?iso-8859-1?Q?Pierre-Cl=E9ment?= Tosi Subject: Re: [PATCH 07/13] qemu: Update qfw command to use addresses Message-ID: References: <20230128220028.53575-1-sjg@chromium.org> <20230128220028.53575-8-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="SLpnxgTRrLLQw/Lo" Content-Disposition: inline In-Reply-To: <20230128220028.53575-8-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.6 at phobos.denx.de X-Virus-Status: Clean --SLpnxgTRrLLQw/Lo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 28, 2023 at 03:00:22PM -0700, Simon Glass wrote: > This uses casts all over the place. Use the correct type so that these > can be avoided, as is done with other commands. Also simplify a few > conditionals. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --SLpnxgTRrLLQw/Lo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPigbIACgkQFHw5/5Y0 tyyUcAv9GXDjN1D5UvQOhd5pCRA3INHfBKpUGhEksRZkJgrA8rN+sJZJkFtC5LZz P9uHu8X54xxrZfN95kQ3i5GMtNOIblZYYcaR/nB1t85w2mE+BbxQK9wDDhxGSWxm p+zGDYdz2UILZYL4/piOE6Vv11mgBECZEZ/OnrcuVGR0gwKrBkIIHoXiheLYPIek /VAB+TKl0wfYanVEGjBQz5EDGmdWOJEpVPPc3WiVy8ZmWPPTAAxlFC2RtZPNgWtw MY85xZ5jW1W0tkgXY34/VzK0Ai4uQo03S+keMjo7Oe7JW+jyKGTbvBYkfJrV89DJ TMhTJZhcM2zbUurOa7NBf3EBwm8nJqz7V9DEZVB7MU2J4Ii9NW/Hk+XNyu7vSuUB 5VeRnTFzbbq2IrLjAgTBaZNs+G3gWGuE2K3Aa3ouvCKLo13TYIDR4T5MLvidvXt3 lylx7iYW1Bw9P1usuF2YahpdjR0D5sxwW9Eol+05gUs0X8lf7Q9c8mIC7uXZt2g9 8AMjjXJB =Cu1o -----END PGP SIGNATURE----- --SLpnxgTRrLLQw/Lo--