From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 27 Jul 2015 11:58:19 -0600 Subject: [U-Boot] [PATCH V3 6/6] T210: Add support for 64-bit T210-based P2571 board In-Reply-To: <1437775260-3309-7-git-send-email-twarren@nvidia.com> References: <1437775260-3309-1-git-send-email-twarren@nvidia.com> <1437775260-3309-7-git-send-email-twarren@nvidia.com> Message-ID: <55B6713B.7000708@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/24/2015 04:01 PM, Tom Warren wrote: > Based on Venice2, incorporates Stephen Warren's > latest P2571 pinmux table. > > With Thierry Reding's 64-bit build fixes, this > will build and and boot in 64-bit on my P2571 > (when used with a 32-bit AVP loader). > diff --git a/include/configs/venice2.h b/include/configs/p2571.h > +#define CPU_RELEASE_ADDR 0x80000000 That define isn't used at all; it's only referenced if CONFIG_ARMV8_MULTIENTRY is set, and it isn't for Tegra. I'd suggest dropping it when you apply this patch (no need to resend).