commit | 0b31ec7fcf283c04fc4476b9ca3fef06087e7ba8 | [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 | 8980cc0b5c48fb3f4bf098153605df938ef8f909 [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>