Re: [U-Boot] [PATCH v2 05/13] dm: spl: Allow driver model to be used

2014-10-26 Thread Tom Rini
On Thu, Oct 23, 2014 at 01:16:02PM -0600, Simon Glass wrote: > When enabled, set up driver model for SPL. This allows SPL to use the same > drivers as the main U-Boot. > > Signed-off-by: Simon Glass Acked-by: Tom Rini -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH v2 05/13] dm: spl: Allow driver model to be used

2014-10-23 Thread Simon Glass
When enabled, set up driver model for SPL. This allows SPL to use the same drivers as the main U-Boot. Signed-off-by: Simon Glass --- Changes in v2: None common/spl/spl.c | 5 + scripts/Makefile.spl | 1 + 2 files changed, 6 insertions(+) diff --git a/common/spl/spl.c b/common/spl/spl