commit | 0919228cf468997432fa4e926901d41b47efeb18 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 16 07:45:34 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 22 12:16:18 2016 -0400 |
tree | a1c6097ce92bd6473045ff7d9f25ff698b3e2ca0 | |
parent | f980ca3411bac50aa64be3c8fd4c436adfa7cb13 [diff] |
part_iso: Drop the customer unaligned access functions One of these is causing a coverity warning. Drop these functions and use the standard U-Boot ones instead. Reported-by: Coverity (CID: 138499) Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>