Re: [U-Boot] [PATCH v3 09/72] dm: core: Add livetree address functions

2017-05-24 Thread sjg
Add functions to access addresses in the device tree. These are brought in from Linux 4.10. Also fix up the header guard for fdtaddr.h to avoid confusion. Signed-off-by: Simon Glass --- Changes in v3: - Fix up the fdtaddr.h header guard to avoid conflicts Changes in v2: None drivers/core/Mak

[U-Boot] [PATCH v3 09/72] dm: core: Add livetree address functions

2017-05-18 Thread Simon Glass
Add functions to access addresses in the device tree. These are brought in from Linux 4.10. Also fix up the header guard for fdtaddr.h to avoid confusion. Signed-off-by: Simon Glass --- Changes in v3: - Fix up the fdtaddr.h header guard to avoid conflicts Changes in v2: None drivers/core/Mak