]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Add a way to write data to the host filesystem
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 17:55:08 +0000 (11:55 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:26 +0000 (04:40 -0600)
commit6d097aa0b5cb96765aa14e518ba66d9709c3c579
treee470ad79ba80909ee6c0ea40f104795914bb2d5d
parentc0e50fc92f6a6789515191936944a6bef81f9c5d
sandbox: Add a way to write data to the host filesystem

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
include/os.h