Re: [U-Boot] [PATCH v2 04/18] dm: serial: Don't support CONFIG_CONS_INDEX with device tree

2015-06-11 Thread Simon Glass
On 12 May 2015 at 14:55, Simon Glass wrote: > 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 > --- > > Changes in v2: None > > drivers/serial/serial-uclass

[U-Boot] [PATCH v2 04/18] dm: serial: Don't support CONFIG_CONS_INDEX with device tree

2015-05-12 Thread Simon Glass
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 --- Changes in v2: None drivers/serial/serial-uclass.c | 69 ++ 1 file cha