commit | c322a850affaf18f3833b3316292c91007c4b5d8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 25 18:59:06 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 18 21:04:38 2016 -0600 |
tree | 385f5b6c8e0debface4164f23ca3c5e9210f7476 | |
parent | bc1dea3656e55d91f7a3c1339d53fc9def3bbf31 [diff] |
dtoc: Move Widen() and GetPhandle() into the base class These functions are identical in both subclasses. Move them into the base class. Note: In fact there is a bug in one version, which was fixed by this patch: https://patchwork.ozlabs.org/patch/651697/ Signed-off-by: Simon Glass <sjg@chromium.org>