1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-21 01:51:11 +02:00

dm: core: Move dev_get_addr() etc. into a separate file

Move this group of address-related functions into a new file. These use
the flat device tree. Future work will provide new versions of these which
can support the live tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2017-05-17 17:18:04 -06:00
parent 9d922450aa
commit d6ffb00a43
6 changed files with 255 additions and 218 deletions

View File

@@ -8,6 +8,7 @@
#define _DM_H_
#include <dm/device.h>
#include <dm/fdtaddr.h>
#include <dm/platdata.h>
#include <dm/uclass.h>