Re: [PATCH] fixup! ARM: i.MX8M: return error if imx_load_image can't honour entry address

2024-01-16 Thread Sascha Hauer


On Tue, 16 Jan 2024 10:49:21 +0100, Ahmad Fatoum wrote:
> Align the now outdated comment with reality.
> 
> 

Applied, thanks!

[1/1] fixup! ARM: i.MX8M: return error if imx_load_image can't honour entry 
address
  (no commit info)

Best regards,
-- 
Sascha Hauer 




[PATCH] fixup! ARM: i.MX8M: return error if imx_load_image can't honour entry address

2024-01-16 Thread Ahmad Fatoum
Align the now outdated comment with reality.

Suggested-by: Marco Felsch 
Signed-off-by: Ahmad Fatoum 
---
 arch/arm/mach-imx/xload-common.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-imx/xload-common.c b/arch/arm/mach-imx/xload-common.c
index 32f12cd7f574..e7f8f162ee8f 100644
--- a/arch/arm/mach-imx/xload-common.c
+++ b/arch/arm/mach-imx/xload-common.c
@@ -123,8 +123,8 @@ int imx_load_image(ptrdiff_t address, ptrdiff_t entry, u32 
offset,
 
if (!start) {
/*
-* Passing entry different from address is interpreted
-* as a request to place the image such that its entry
+* When !start, the caller will start the image later on,
+* expecting that it is placed such that its entry
 * point would be exactly at 'entry', that is:
 *
 * buf + ofs = entry
-- 
2.39.2