]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:42 +0000 (00:42 +0200)
commitfaecef8ad9c1eb9e261ec49848edec0b465cb80a
tree4f834c487eec3cfe58183355d744c8738567879c
parent148874235a02f99d497abce1e82ca7b118cf1840
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