Re: [U-Boot] [PATCH 7/7 V2] Sound: Add FDT support to CMD.

2012-11-28 Thread Simon Glass
Hi Rajeshwari, On Tue, Nov 27, 2012 at 10:10 PM, Rajeshwari Shinde wrote: > This patch adds FDT support to sound init in CMD. > > Signed-off-by: Rajeshwari Shinde > --- > Changes in V2: > - Same function call for sound init in case of FDT or non FDT support. > common/cmd_sound.c |6

[U-Boot] [PATCH 7/7 V2] Sound: Add FDT support to CMD.

2012-11-27 Thread Rajeshwari Shinde
This patch adds FDT support to sound init in CMD. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Same function call for sound init in case of FDT or non FDT support. common/cmd_sound.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/common/cmd_sound.c