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

2012-11-29 Thread Simon Glass
On Wed, Nov 28, 2012 at 11:55 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds FDT support to sound init in CMD. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - Same function call for sound

[U-Boot] [PATCH 6/6 V3] Sound: Add FDT support to CMD.

2012-11-28 Thread Rajeshwari Shinde
This patch adds FDT support to sound init in CMD. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - Same function call for sound init in case of FDT or non FDT support. Changes in V3: - Removed #ifdef CONFIG_OF_CONTROL where ever not required.