Re: [PATCH v2 04/21] sandbox: Enable SPL_LOAD_BLOCK

2024-07-18 Thread Sean Anderson
On 7/18/24 09:28, Sean Anderson wrote: On 7/13/24 03:00, Simon Glass wrote: Enable this option for all sandbox boards so that the FIT-loading code can be used without generating an error about block devices not being supported. Signed-off-by: Simon Glass --- (no changes since v1)   common/sp

Re: [PATCH v2 04/21] sandbox: Enable SPL_LOAD_BLOCK

2024-07-18 Thread Sean Anderson
On 7/13/24 03:00, Simon Glass wrote: Enable this option for all sandbox boards so that the FIT-loading code can be used without generating an error about block devices not being supported. Signed-off-by: Simon Glass --- (no changes since v1) common/spl/Kconfig | 1 + 1 file changed, 1 inse

[PATCH v2 04/21] sandbox: Enable SPL_LOAD_BLOCK

2024-07-13 Thread Simon Glass
Enable this option for all sandbox boards so that the FIT-loading code can be used without generating an error about block devices not being supported. Signed-off-by: Simon Glass --- (no changes since v1) common/spl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/spl/Kconfig