[U-Boot] [PATCH 3/4 V4] S5P: Serial: Add fdt support to driver

2013-04-01 Thread Rajeshwari Shinde
This patch adds FDT support to the serial s5p driver. At present disabling the serial console (from the device tree) crashes U-Boot. Add checks for this case, so that execution can continue without a serial console. It also enables the serial_s5p driver recognize the silent_console option. Signed-

Re: [U-Boot] [PATCH 3/4 V4] S5P: Serial: Add fdt support to driver

2013-04-04 Thread Simon Glass
Hi Rajeshwari, On Mon, Apr 1, 2013 at 11:46 PM, Rajeshwari Shinde wrote: > This patch adds FDT support to the serial s5p driver. > At present disabling the serial console (from the device tree) crashes > U-Boot. Add checks for this case, so that execution can continue without > a serial console.