Re: [U-Boot] [PATCH 4/4] sandbox: Enable sound

2018-11-29 Thread sjg
Now that the buffer-overflow bug is fixed, we can enable sound on sandbox. Drop the code which exits early. Signed-off-by: Simon Glass --- arch/sandbox/cpu/sdl.c | 19 --- 1 file changed, 19 deletions(-) Applied to u-boot-dm/master, thanks!

[U-Boot] [PATCH 4/4] sandbox: Enable sound

2018-11-15 Thread Simon Glass
Now that the buffer-overflow bug is fixed, we can enable sound on sandbox. Drop the code which exits early. Signed-off-by: Simon Glass --- arch/sandbox/cpu/sdl.c | 19 --- 1 file changed, 19 deletions(-) diff --git a/arch/sandbox/cpu/sdl.c b/arch/sandbox/cpu/sdl.c index