Re: [PATCH 2/2] arm: crt0_64: support skip u-boot relocation

2021-10-13 Thread Simon Glass
Hi Peng, On Wed, 13 Oct 2021 at 03:18, Peng Fan (OSS) wrote: > > From: Peng Fan > > U-Boot binary is quite large with more options enabled, it not hurt > on real silicon with high performance. But on simulation platform, > it is quite slow to relocate the U-Boot binary to new address, > so

[PATCH 2/2] arm: crt0_64: support skip u-boot relocation

2021-10-13 Thread Peng Fan (OSS)
From: Peng Fan U-Boot binary is quite large with more options enabled, it not hurt on real silicon with high performance. But on simulation platform, it is quite slow to relocate the U-Boot binary to new address, so let's support skipping relocation. Users could use 'gd->flags |=