Re: [PATCH 2/2] distro_bootcmd: add sf SPI flash boot support

2020-04-24 Thread Tom Rini
On Tue, Apr 21, 2020 at 09:26:35PM +0200, Tobias Schramm wrote: > This commit adds generic boot support for SPI flash. > Adding SPI flash support to a device can be achieved by adding > following declaration to the BOOT_TARGET_DEVICES > > func(SF, sf, [:], ) > > Signed-off-by: Tobias

[PATCH 2/2] distro_bootcmd: add sf SPI flash boot support

2020-04-21 Thread Tobias Schramm
This commit adds generic boot support for SPI flash. Adding SPI flash support to a device can be achieved by adding following declaration to the BOOT_TARGET_DEVICES func(SF, sf, [:], ) Signed-off-by: Tobias Schramm Cc: Patrick Wildt Cc: AKASHI Takahiro ---