Re: [U-Boot] [PATCH v3 21/72] dm: simple-bus: Add support for livetree

2017-05-24 Thread sjg
Modify simple-bus to support livetree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/core/simple-bus.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Applied to u-boot-dm ___ U-Boot mailing list U-Boot@lists

[U-Boot] [PATCH v3 21/72] dm: simple-bus: Add support for livetree

2017-05-18 Thread Simon Glass
Modify simple-bus to support livetree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/core/simple-bus.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/core/simple-bus.c b/drivers/core/simple-bus.c index a300217d39..14803e32b1 10064