Re: [U-Boot] [PATCH v3 26/62] dm: Add an option to enable the of-platdata feature

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > Add a Kconfig option to enable this feature. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > dts/Kconfig | 21 + > 1 file changed, 21 insertions(+) Applied to u-boot-dm _

[U-Boot] [PATCH v3 26/62] dm: Add an option to enable the of-platdata feature

2016-07-04 Thread Simon Glass
Add a Kconfig option to enable this feature. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None dts/Kconfig | 21 + 1 file changed, 21 insertions(+) diff --git a/dts/Kconfig b/dts/Kconfig index c56c129..4b7d8b1 100644 --- a/dts/Kconfig +++ b/dts/Kconfig