commit | 9091400859248e2f1d04f34f37c8a30b15fc4ef7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 12 14:55:02 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jun 10 19:26:55 2015 -0600 |
tree | a3b4aa879c2781fee332f94d619af585f393330b | |
parent | 8d379f179a18d6e9f3d7af8873c942a6834fb780 [diff] |
dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver model This option is used by some boards, so support it with driver model. This is really ugly - we should rewrite this driver once all users are moved to driver model. Signed-off-by: Simon Glass <sjg@chromium.org>