dm: serial: Don't support CONFIG_CONS_INDEX with device tree
authorSimon Glass <sjg@chromium.org>
Tue, 12 May 2015 20:55:05 +0000 (14:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 11 Jun 2015 01:26:55 +0000 (19:26 -0600)
commite9fc0583147b47dfbf9be3cea579a7366e7fe702
treeb19b5e11918d5dc6ba8238d7e70b7d0281b94517
parent47a785a9dd9725e0a1981ca0ebd50b37f35f07c6
dm: serial: Don't support CONFIG_CONS_INDEX with device tree

This feature should be deprecated for new boards, and significantly adds
to SPL code size. Drop it. Instead, we can use stdout-path in the /chosen
node.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial-uclass.c