commit | 248ccd2f2f462c719630ecdbc27257a902643ec1 | [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 | b1a5e261d900c76fbe4e503b43b3ee8ede667e3c [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>