]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dm: core: Add a place to put extra device-tree reading functions
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:09:02 +0000 (20:09 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 13:03:07 +0000 (07:03 -0600)
commitb7e0d73bad051b666c6cbf9dff381f4c48dcb8a2
tree9475f7e35d1d9d882da940fcde7c2e4c91270ee0
parentbed774969c0ba2ac6999b82953c0a0a708f3ad43
dm: core: Add a place to put extra device-tree reading functions

Some functions deal with structured data rather than simple data types.
It makes sense to have these in their own file. For now this just has a
function to read a flashmap entry. Move the data types also.

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