commit | 34f7265b195228802dabd10cfe7dfb9b500ae553 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 25 10:54:54 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 27 13:51:07 2023 -0400 |
tree | a128861be7a49673d0011863c15bc25e910cf2be | |
parent | 7637b96fa7a1e61e973790edf997f127219621da [diff] |
ide: Simplify expressions and hex values The code has quite a few unnecessary brackets and comparisons to zero, etc. Fix these up as well as some upper-case hex values and use of 0x in printf() strings. Signed-off-by: Simon Glass <sjg@chromium.org>