Re: [PATCH] spl_imx_romapi: Remove extraneous character

2022-07-12 Thread Tim Harvey
On Thu, Apr 28, 2022 at 2:00 AM Peng Fan (OSS) wrote: > > > > On 2022/4/21 22:01, Fabio Estevam wrote: > > From: Fabio Estevam > > > > Currently the following output is shown: > > ... > > Trying to boot from BOOTROM > > Find img info 0x&48020a00, size 872 > > ... > > > > Remove the extraneous "&"

Re: [PATCH] spl_imx_romapi: Remove extraneous character

2022-04-28 Thread Peng Fan (OSS)
On 2022/4/21 22:01, Fabio Estevam wrote: From: Fabio Estevam Currently the following output is shown: ... Trying to boot from BOOTROM Find img info 0x&48020a00, size 872 ... Remove the extraneous "&" character, so that the correct output can be seen. Signed-off-by: Fabio Estevam Acked-b

Re: [PATCH] spl_imx_romapi: Remove extraneous character

2022-04-21 Thread Marek Vasut
On 4/21/22 16:01, Fabio Estevam wrote: From: Fabio Estevam Currently the following output is shown: ... Trying to boot from BOOTROM Find img info 0x&48020a00, size 872 ... Remove the extraneous "&" character, so that the correct output can be seen. Signed-off-by: Fabio Estevam Acked-by: Ma

[PATCH] spl_imx_romapi: Remove extraneous character

2022-04-21 Thread Fabio Estevam
From: Fabio Estevam Currently the following output is shown: ... Trying to boot from BOOTROM Find img info 0x&48020a00, size 872 ... Remove the extraneous "&" character, so that the correct output can be seen. Signed-off-by: Fabio Estevam --- arch/arm/mach-imx/spl_imx_romapi.c | 2 +- 1 file