
10 Oct
2018
10 Oct
'18
1:51 a.m.
For debugging it is sometimes useful to write out data for inspection using an external tool. Add a function which can write this data to a given file.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/sandbox/cpu/os.c | 20 ++++++++++++++++++++ include/os.h | 13 +++++++++++++ 2 files changed, 33 insertions(+)
Applied to u-boot-dm