Re: [PATCH 1/8] spl: Kconfig: not select SPL_RAW_IMAGE_SUPPORT for i.MX8M

2022-06-04 Thread Alper Nebi Yasak
On 03/06/2022 10:17, Peng Fan (OSS) wrote: > From: Peng Fan > > i.MX8M use FIT image, not RAW image. And to support binman symbols, > u_boot_any could be optimized if RAW image is not selected, otherwise > there will be build failure. So not select SPL_RAW_IMAGE_SUPPORT > > Signed-off-by: Peng F

Re: [PATCH 1/8] spl: Kconfig: not select SPL_RAW_IMAGE_SUPPORT for i.MX8M

2022-06-03 Thread Tom Rini
On Fri, Jun 03, 2022 at 03:17:08PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > i.MX8M use FIT image, not RAW image. And to support binman symbols, > u_boot_any could be optimized if RAW image is not selected, otherwise > there will be build failure. So not select SPL_RAW_IMAGE_SUPPORT > >

[PATCH 1/8] spl: Kconfig: not select SPL_RAW_IMAGE_SUPPORT for i.MX8M

2022-06-02 Thread Peng Fan (OSS)
From: Peng Fan i.MX8M use FIT image, not RAW image. And to support binman symbols, u_boot_any could be optimized if RAW image is not selected, otherwise there will be build failure. So not select SPL_RAW_IMAGE_SUPPORT Signed-off-by: Peng Fan --- common/spl/Kconfig | 1 + 1 file changed, 1 inse