Re: [U-Boot] [PATCH] sandbox: Compile test device tree when CONFIG_UT_DM is defined

2015-05-26 Thread Simon Glass
On 25 May 2015 at 11:00, Joe Hershberger wrote: > Hi Simon, > > On Sat, May 23, 2015 at 12:59 PM, Simon Glass wrote: >> A conflict between the PMIC and unit test work means that the sandbox test >> device tree file is no-longer built. Fix this. >> >> Signed-off-by: Simon Glass >> --- > > Acked-b

Re: [U-Boot] [PATCH] sandbox: Compile test device tree when CONFIG_UT_DM is defined

2015-05-25 Thread Joe Hershberger
Hi Simon, On Sat, May 23, 2015 at 12:59 PM, Simon Glass wrote: > A conflict between the PMIC and unit test work means that the sandbox test > device tree file is no-longer built. Fix this. > > Signed-off-by: Simon Glass > --- Acked-by: Joe Hershberger Thanks, -Joe

[U-Boot] [PATCH] sandbox: Compile test device tree when CONFIG_UT_DM is defined

2015-05-23 Thread Simon Glass
A conflict between the PMIC and unit test work means that the sandbox test device tree file is no-longer built. Fix this. Signed-off-by: Simon Glass --- arch/sandbox/dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sandbox/dts/Makefile b/arch/sandbox/dts/Mak