]> git.ipfire.org Git - people/ms/u-boot.git/commit
part_iso: Drop the customer unaligned access functions
authorSimon Glass <sjg@chromium.org>
Wed, 16 Mar 2016 13:45:34 +0000 (07:45 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 22 Mar 2016 16:16:18 +0000 (12:16 -0400)
commit0919228cf468997432fa4e926901d41b47efeb18
treea1c6097ce92bd6473045ff7d9f25ff698b3e2ca0
parentf980ca3411bac50aa64be3c8fd4c436adfa7cb13
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>
disk/part_iso.c