Re: [U-Boot] [PATCH v3 16/62] dm: spl: Don't set up device tree with of-platdata

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:57, Simon Glass wrote: > When this feature is enabled, we should not access the device tree. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > common/spl/spl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-dm

[U-Boot] [PATCH v3 16/62] dm: spl: Don't set up device tree with of-platdata

2016-07-04 Thread Simon Glass
When this feature is enabled, we should not access the device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None common/spl/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/spl/spl.c b/common/spl/spl.c index 5fbf101..59f41a1 100644 ---