diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-04-20 11:13:37 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-23 22:54:32 -0600 |
commit | 77d7fff8cec2652be8c2494b6b66d14a398ec860 (patch) | |
tree | c881b66285953df51bff45b2a3d9bc02162a25af /drivers/mtd/spi/sf_ops.c | |
parent | d8c1d5d5fb6eafbc532982125f006e49f2c40e71 (diff) | |
download | u-boot-imx-77d7fff8cec2652be8c2494b6b66d14a398ec860.zip u-boot-imx-77d7fff8cec2652be8c2494b6b66d14a398ec860.tar.gz u-boot-imx-77d7fff8cec2652be8c2494b6b66d14a398ec860.tar.bz2 |
fdt: Fix handling of paths with options in them
After syncing the sunxi dts files with the upstream kernel dm/fdt sunxi
builds would no longer boot.
The problem is that stdout-path is now set like this in the upstream dts
files: stdout-path = "serial0:115200n8". The use of options in of-paths,
either after an alias name, or after a full path, e.g. stdout-path =
"/soc@01c00000/serial@01c28000:115200", is standard of usage, but something
which the u-boot dts code so far did not handle.
This commit fixes this, adding support for both path formats.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mtd/spi/sf_ops.c')
0 files changed, 0 insertions, 0 deletions