]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
Revert "fdt_support: Add multi-serial support for stdout fixup"
authorBin Meng <bmeng.cn@gmail.com>
Thu, 14 Jan 2016 03:38:58 +0000 (19:38 -0800)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:10:12 +0000 (19:10 -0700)
commit9f29aeb89de8199ebaea9995dbb30ea5fa2f1085
tree75ef7183f0d9f9263945ced3d4a0a874b7555a23
parent1c8b4d5f4f6a8bad12b2b690a04f96731410bb73
Revert "fdt_support: Add multi-serial support for stdout fixup"

This reverts commit 3e303f748cf57fb23e8ec95ab7eac0074be50e2b.

The fix up in the /aliases node does not work under the following
scenarios:
- Not every non-DM serial driver was written to have a driver name
  that conforms the format of "serial%d" or "eserial%d".
- With driver model serial, the stdio_devices[] stores the serial
  device node name in the device tree.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c