Re: [U-Boot] [PATCH v3 40/54] dm: power: Allow use of regulators in SPL

2015-07-17 Thread Simon Glass
On 23 June 2015 at 15:39, Simon Glass wrote: > his functionality may be useful for setting up regulators early during > boot. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > scripts/Makefile.spl | 1 + > 1 file changed, 1 insertion(+) Applied to u-boot-dm.

[U-Boot] [PATCH v3 40/54] dm: power: Allow use of regulators in SPL

2015-06-23 Thread Simon Glass
This functionality may be useful for setting up regulators early during boot. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None scripts/Makefile.spl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index 24ca58b..1e58be9 10064