Philippe Mathieu-Daudé <[email protected]> wrote: > The RAMBlock API was dispersed in 3 different headers. > One of these headers, "exec/ram_addr.h", is restricted > to target dependent code. However these functions are > not target specific. Move all functions into a single > place. Now all these functions can be accessed by > target-agnostic code. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> Very nice of you doing this, Thanks.
