From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sat, 30 Jan 2021 18:13:52 +0800 Subject: [PATCH 2/7] global_data.h: Change ram_top type to phys_addr_t In-Reply-To: References: <20210121150015.25558-1-bmeng.cn@gmail.com> <20210121150015.25558-3-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Sat, Jan 30, 2021 at 1:48 AM Simon Glass wrote: > > Hi Bin, > > On Sat, 23 Jan 2021 at 19:03, Simon Glass wrote: > > > > On Thu, 21 Jan 2021 at 08:00, Bin Meng wrote: > > > > > > From: Bin Meng > > > > > > It's possible to have ram_top above 4 GiB in a 32-bit system, hence > > > we need to declare ram_top as `phys_addr_t`. > > > > > > Signed-off-by: Bin Meng > > > --- > > > > > > include/asm-generic/global_data.h | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Reviewed-by: Simon Glass > > This patch causes build warnings...can you please take a look? > > https://gitlab.denx.de/u-boot/custodians/u-boot-dm/-/jobs/213226 That's strange. I did run Azure before I posted this series, and Azure did not report any failure. See https://dev.azure.com/bmeng/GitHub/_build/results?buildId=307&view=results Did you apply all patches in this series? Regards, Bin