
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 ---
Changes in v3: None Changes in v2: None
drivers/core/Makefile | 2 +- drivers/core/device.c | 125 ------------------------------------------ drivers/core/fdtaddr.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++++ include/dm.h | 1 + include/dm/device.h | 92 ------------------------------- include/dm/fdtaddr.h | 110 +++++++++++++++++++++++++++++++++++++ 6 files changed, 255 insertions(+), 218 deletions(-) create mode 100644 drivers/core/fdtaddr.c create mode 100644 include/dm/fdtaddr.h
Applied to u-boot-dm