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 8B575C433F5 for ; Mon, 14 Mar 2022 13:07:51 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 096F683C2A; Mon, 14 Mar 2022 14:07:43 +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="a/PSaU/8"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 077CD83BE8; Mon, 14 Mar 2022 14:07:32 +0100 (CET) Received: from mail-qk1-x732.google.com (mail-qk1-x732.google.com [IPv6:2607:f8b0:4864:20::732]) (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 22B2483C00 for ; Mon, 14 Mar 2022 14:07:20 +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-x732.google.com with SMTP id b67so12639435qkc.6 for ; Mon, 14 Mar 2022 06:07:20 -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=uLLpfOBpIFPNhGKpnSGhHL0ePGPgaVYkYPBR6I98k8c=; b=a/PSaU/8JoOgHfcUzyZm9kiIjS/hDKDvoYUS3sD5TKpbP5K113rQBWOPItPJDS6Llp N5ndiVxl3cStCqKu6phnuqodEaYkHW6TjUFAGXixbffRO8USntV6no4Iad1NCxzLKCS0 divnj9fL86Rl+Bo9x9wrTxFZgz9NCp75MLcwg= 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=uLLpfOBpIFPNhGKpnSGhHL0ePGPgaVYkYPBR6I98k8c=; b=e7n1Y8GeRqZz2pAuBG5f/HoZmdrcN6Q3Wii6it3gZAIf2qrm7nZhGjWPxt1taJ68Ik 5Bhvpy2SVIIec3o0RtlmwqsIl2S8YhxPH/W6nJYyswfMvSyWex4mHl2mCV1NDniqMmhe rNA1rfR/iy/4G5MSh8C3sknY4JwfsiLl0j2tO7Q0gCt77Wgo6tf16DpMGkeMlzOje2Rt BRUgH//ON4NPPu/HgJ1xkbL/9Zl8DTAx46e7mKOT92DYMynDxq7klJhmafO8GYwBl97h 72mQEvtaUxvroLkdFSk0eR5Wcb+s+uXD4TbJ8NnhA3JzhayzU+i+PQqVll/IJS8pTxId /Tqw== X-Gm-Message-State: AOAM533C+2jGXEv/5CIqjU+i6lKtP+txw/tizYaE1lXn9rfBIkvyyHQ8 0Qg1cSijAVITMgzlRd9k5vmc+g== X-Google-Smtp-Source: ABdhPJz7gsTPekyYbqy+kMYAKQt4VTKd7xQmZHIsNBr1G29pRU3p58qDg+60XmUElILzE/XM43yvtQ== X-Received: by 2002:a37:a24a:0:b0:67b:4836:fe95 with SMTP id l71-20020a37a24a000000b0067b4836fe95mr14603618qke.109.1647263238885; Mon, 14 Mar 2022 06:07:18 -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 k6-20020a378806000000b0064915d9584fsm7861834qkd.8.2022.03.14.06.07.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Mar 2022 06:07:18 -0700 (PDT) Date: Mon, 14 Mar 2022 09:07:16 -0400 From: Tom Rini To: Aswath Govindraju Cc: u-boot@lists.denx.de, Suman Anna , Kishon Vijay Abraham I Subject: Re: [PATCH v2 2/3] configs: j721e_evm_a72_defconfig: Fix the bootcmd Message-ID: <20220314130716.GK9986@bill-the-cat> References: <20220222051905.24917-1-a-govindraju@ti.com> <20220222051905.24917-3-a-govindraju@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Az4VpBrmI9+OyhK/" Content-Disposition: inline In-Reply-To: <20220222051905.24917-3-a-govindraju@ti.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.5 at phobos.denx.de X-Virus-Status: Clean --Az4VpBrmI9+OyhK/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 22, 2022 at 10:49:04AM +0530, Aswath Govindraju wrote: > Add the command "boot_rprocs" that is required for booting remote > processors in U-Boot. >=20 > Fixes: 5980925e2a5a ("include: configs: j721e_evm: Add support to boot et= hfw core in j721e") > Reported-by: Jesse Villarreal > Signed-off-by: Aswath Govindraju Applied to u-boot/next, thanks! --=20 Tom --Az4VpBrmI9+OyhK/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIvPgQACgkQFHw5/5Y0 tyxIwQwAhVCd/ytaAUzs8siiLnMZe+PnqRfwrjvjwYIeigNkVBlm5evDdLKN9Oan WxANkncHNsYgIQJXDlgZJ0YOIUEbyRR8L0iGy2U08eZewmqGHxp27EIXixfCoTUC x6b1wlHY8spUawZnlIe0BBfJqdolkr6hlfobDeGdQZT1rTTzP38qoDerYBZYGaG4 VIlUt7rtjtksJo3mPgD1RklSLzBT07Fr0mzad1AFN6HklyREWQztruLnOy78TLMi Cz+MGBp9L/g/ZRVrzKOwehcneNPavtGef16hXnHnFu0uAaY1igR6PRjZd+ZYAZ6z ojGYpqednfcfekVFZfylusoBo0cIrcdPsb1mNjbMyA0zZkywbD7pCWBq6m8/a3MR rN7CdH9iI1OUQ2LSMYLRJm+OpCjqQdk1EJ71qht4eOemUQYlWVBIKuuFf9ICrHyt XPZBOymqbJp2Go+T8Opvz9z4+bATTwqX43vqbuVlMS511IekI3AP6DSgoX1Cmp4Z KsPkPUzL =N/vg -----END PGP SIGNATURE----- --Az4VpBrmI9+OyhK/--