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 11CFAC433F5 for ; Tue, 18 Jan 2022 17:40:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D56D3838A0; Tue, 18 Jan 2022 18:40:43 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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="TRpDZzh8"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6A1CD8388F; Tue, 18 Jan 2022 18:40:35 +0100 (CET) Received: from mail-qv1-xf30.google.com (mail-qv1-xf30.google.com [IPv6:2607:f8b0:4864:20::f30]) (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 BA9F68388A for ; Tue, 18 Jan 2022 18:40:31 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf30.google.com with SMTP id 15so22093583qvp.12 for ; Tue, 18 Jan 2022 09:40:31 -0800 (PST) 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=b/WrjaBTtSNlGoymnLE2qOOp8s4aKgfzF3VTYvipUtc=; b=TRpDZzh83uyfWG/rploAjzzdQQgKu8W05n7oGKqB1Lyq8/H2zxBDITnS35RysipGY7 /tlQ6mdNsl8cl2COZLF76sIU1ryt4YF+Cc4J0Tu7/Axf965ee5F/Qt/UUVLn2NRTDnHK UtnNVxJXZrd1yitGS6XkhB7did6hkDYe5xdTw= 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=b/WrjaBTtSNlGoymnLE2qOOp8s4aKgfzF3VTYvipUtc=; b=Y+NMGC8y4bRbWIgg2XnKIvhCs7T4oXM6sh9SYQeMb7MM3LmXt7uPuJt0E2TwEgpolA VsqT8DRsBLw4y9pfVyKVYX4LgxCz6P5/UWYFBmsok8W4/PTGvsp6JbtAKSaND7tvONW3 J5ZSrumy18zro3YvQ7BIhiLfbSxHJDfBZRpQCnS9LfJXB9RVEPW3qdREQ3MRSMzoeDmg rt0mNRlnTSnv/HvAUn0Br7vPI2bOrveOrkJq5njUJX00mlPqa9akOd2HnFKbj647zI4h VmJX6/NTZ6f1lnXpzWmRhbW8jk9NtVfkTEOk2Hg09/E5ISo2Mjwu/cHrHBCRF1A5dxf7 UPjw== X-Gm-Message-State: AOAM530QL4j2mOx8+sp6z/RnKv4LJqSxa+xbqUUMkbU4xjPawHL43LyF So7Uv0AB3H/j0avP1Dy+a0PopA== X-Google-Smtp-Source: ABdhPJyU35GPZ4KZSMZ6OcSfITurZTrzmkoDz2esy1rji4rLtvSkchqheVFZrHK+FpU7Hwrl6CBjvw== X-Received: by 2002:a05:6214:c24:: with SMTP id a4mr23524626qvd.127.1642527630494; Tue, 18 Jan 2022 09:40:30 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-ec5d-c40e-552f-ed0c.res6.spectrum.com. [2603:6081:7b01:cbda:ec5d:c40e:552f:ed0c]) by smtp.gmail.com with ESMTPSA id a19sm239970qtx.7.2022.01.18.09.40.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jan 2022 09:40:29 -0800 (PST) Date: Tue, 18 Jan 2022 12:40:27 -0500 From: Tom Rini To: Ovidiu Panait Cc: u-boot@lists.denx.de, Matthias Brugger , Simon Glass , Bin Meng , Priyanka Jain , Tim Harvey , Wolfgang Denk , Zong Li Subject: Re: [PATCH v2 4/7] common: board_r: drop initr_addr_map wrapper Message-ID: <20220118174027.GW2631111@bill-the-cat> References: <20220101171332.2676936-1-ovidiu.panait@windriver.com> <20220101171332.2676936-4-ovidiu.panait@windriver.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CMebLzmeJATad/OR" Content-Disposition: inline In-Reply-To: <20220101171332.2676936-4-ovidiu.panait@windriver.com> 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.2 at phobos.denx.de X-Virus-Status: Clean --CMebLzmeJATad/OR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 01, 2022 at 07:13:28PM +0200, Ovidiu Panait wrote: > Add a return value to init_addr_map and use it directly in the > post-relocation init sequence, rather than using a wrapper stub. >=20 > Reviewed-by: Matthias Brugger > Reviewed-by: Simon Glass > Signed-off-by: Ovidiu Panait Applied to u-boot/master, thanks! --=20 Tom --CMebLzmeJATad/OR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHm+4sACgkQFHw5/5Y0 tyzD6Av/beQuM4GWR80YOmHnTx6OY6BCZm8q9NfqGorEzxqhdRUj9VICxusf7jnM IbPXqLZCdGG0X2/ILEiUiQoUA0vyqzFY9Pfa4mCILU9z7kV5O+Kjfm7tAVuRf5BU 8jzSF+MdhHWSzlIMJ9z8WMECRu0n7yIzPMDSuUAnCCVIGDkUp2a2vJ+oSSu2n1T6 AjZpokVHWkBch/zcU2ch4bxkkLwvk+qry8r7RZku8RMHnz5UUBi6Y0oJpDdqM3oi 2w+PmDgphlFVY3EYV+CKtr64p2Dy7QDs5xUq+47JIJgc8vNF4j5gd3PTQlhNQCYW h62jqfJkT6KDpUt1ToqXoY5p6ke1lhoXmaiVulq5OGQsbagBN0cApVXuk1R0jVLm mlAopbJGk6U8qRuo1VANm+I1EhBgYqYb9+k94/2tQi1gBZ0FKxiP2lGEESTTr7A+ xvsSJSLC6eYLw3lvsqoPHskq5eaWzdTP68GazxeXmV4ry2j5nNxGODMlqKQQahcV EM99CDCo =merN -----END PGP SIGNATURE----- --CMebLzmeJATad/OR--