]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: core: Implement live tree 'read' functions
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:09:04 +0000 (20:09 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 13:03:08 +0000 (07:03 -0600)
commit47a0fd3bad3858ae2f58bc3b3368e16ed20f394c
treed97ad1d4cba3723354ec371c860f44a92cc8080e
parentf11c7ab94d2db2cce3601cdbcb4f6208f2a0bee4
dm: core: Implement live tree 'read' functions

When the live tree is supported some functions need to change a little.
Add an implementation which is used when not inlining these functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/Makefile
drivers/core/read.c [new file with mode: 0644]
include/dm/read.h