commit | 12df2abe3e159d622701611766c085b860329f78 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 12 07:24:45 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu Jun 19 11:18:58 2014 -0400 |
tree | c8e3881b3ea7cddd949552d48fd9c4771e9a74cf | |
parent | ba923cab0006838eb726e40207501ddf16eabd80 [diff] |
Reverse the meaning of the fit_config_verify() return code It is more common to have 0 mean OK, and -ve mean error. Change this function to work the same way to avoid confusion. Signed-off-by: Simon Glass <sjg@chromium.org>