[U-Boot] [PATCH v2 3/5] spl: nor: Provide falcon boot support for NOR memories

2019-11-04 Thread sbabic
> This commit adds falcon boot support (by also copying args necessary for > booting) to the SPL NOR memory driver. > After this change it is possible to use the falcon boot in the same way > as on NAND memories. The necessary configs (i.e. CONFIG_CMD_SPL_NOR_OFS) > are now defined in Kconfig. > Si

Re: [U-Boot] [PATCH v2 3/5] spl: nor: Provide falcon boot support for NOR memories

2019-10-17 Thread Tom Rini
On Tue, Oct 15, 2019 at 10:28:45AM +0200, Lukasz Majewski wrote: > This commit adds falcon boot support (by also copying args necessary for > booting) to the SPL NOR memory driver. > > After this change it is possible to use the falcon boot in the same way > as on NAND memories. The necessary con

[U-Boot] [PATCH v2 3/5] spl: nor: Provide falcon boot support for NOR memories

2019-10-15 Thread Lukasz Majewski
This commit adds falcon boot support (by also copying args necessary for booting) to the SPL NOR memory driver. After this change it is possible to use the falcon boot in the same way as on NAND memories. The necessary configs (i.e. CONFIG_CMD_SPL_NOR_OFS) are now defined in Kconfig. Signed-off-b