Re: [PATCH v2 08/14] sandbox: Support FDT fixups

2022-10-17 Thread Simon Glass
Add support for doing device tree fixups in sandbox. This allows us to test that functionality in CI. Signed-off-by: Simon Glass --- (no changes since v1) arch/sandbox/lib/bootm.c | 17 + 1 file changed, 17 insertions(+) Applied to u-boot-dm, thanks!

[PATCH v2 08/14] sandbox: Support FDT fixups

2022-10-11 Thread Simon Glass
Add support for doing device tree fixups in sandbox. This allows us to test that functionality in CI. Signed-off-by: Simon Glass --- (no changes since v1) arch/sandbox/lib/bootm.c | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/sandbox/lib/bootm.c b/arch/sandbox/lib