From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Mon, 8 Mar 2021 08:04:33 +0100 Subject: [PATCH u-boot-marvell 02/39] ddr: marvell: axp: fix array types have different bounds warning In-Reply-To: References: <20210307042538.21229-1-marek.behun@nic.cz> <20210307042538.21229-3-marek.behun@nic.cz> <5c496fee-8f8b-787e-1b5a-df73c25ae389@denx.de> <20210308074610.207ae729@nic.cz> Message-ID: <20210308080433.4dc71a0e@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 8 Mar 2021 07:58:30 +0100 Stefan Roese wrote: > Hi Marek, > > On 08.03.21 07:46, Marek Behun wrote: > > And BTW do you have time to test this series on some ARM boards? > > I can test this on the theadorable Armada XP board, which also uses > SPL. Do you have a git repo I should use? Or is the patch series from > yesterday the "latest and greatest"? > > Thanks, > Stefan https://github.com/elkablo/u-boot branch lto but you need to also add the last patch from this series on the mailing list, which enables LTO for all ARM boards, or enable CONFIG_LTO=y manually after defconfig Marek