[U-Boot] [PATCH 3/3] sandbox: Introduce dummy remoteproc nodes

2015-08-24 Thread Nishanth Menon
Introduce dummy devices for sandbox remoteproc device and enable it by default Signed-off-by: Nishanth Menon --- arch/sandbox/dts/test.dts | 13 + configs/sandbox_defconfig | 2 ++ 2 files changed, 15 insertions(+) diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts

Re: [U-Boot] [PATCH 3/3] sandbox: Introduce dummy remoteproc nodes

2015-08-24 Thread Simon Glass
Hi Nishanth, On 24 August 2015 at 11:28, Nishanth Menon wrote: > Introduce dummy devices for sandbox remoteproc device and enable it by > default > > Signed-off-by: Nishanth Menon > --- > arch/sandbox/dts/test.dts | 13 + > configs/sandbox_defconfig | 2 ++ > 2 files changed, 15 in

Re: [U-Boot] [PATCH 3/3] sandbox: Introduce dummy remoteproc nodes

2015-08-25 Thread Nishanth Menon
On 08/25/2015 12:04 AM, Simon Glass wrote: > Hi Nishanth, > > On 24 August 2015 at 11:28, Nishanth Menon wrote: >> Introduce dummy devices for sandbox remoteproc device and enable it by >> default >> >> Signed-off-by: Nishanth Menon >> --- >> arch/sandbox/dts/test.dts | 13 + >> con