
3 Mar
2021
3 Mar
'21
8:10 p.m.
On Sat, Feb 06, 2021 at 09:57:33AM -0700, Simon Glass wrote:
This state is not accessible to the running U-Boot but at present it is allocated in the emulated SDRAM. This doesn't seem very useful. Adjust it to allocate from the OS instead.
The RAM buffer is currently not freed, but should be, so add that into state_uninit(). Update the comment for os_free() to indicate that NULL is a valid parameter value.
Note that the strdup() in spl_board_load_image() is changed as well, since strdup() allocates memory in the RAM buffer.
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/next, thanks!
--
Tom