Re: [U-Boot] [PATCH] arm64: zynqmp: Update scriptaddr value to 512MB

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:07 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch updates scriptaddr value to 512MB as having it at 32MB has high > chance of script corruption incase of bigger kernel. > > Be aware that 512MB is used for SPL malloc area that's why images s

[U-Boot] [PATCH] arm64: zynqmp: Update scriptaddr value to 512MB

2019-09-11 Thread Michal Simek
From: Siva Durga Prasad Paladugu This patch updates scriptaddr value to 512MB as having it at 32MB has high chance of script corruption incase of bigger kernel. Be aware that 512MB is used for SPL malloc area that's why images should be loaded after SPL (the best after u-boot relocation). Signe