commit | 0060517ae087eed94c64c175e5042b16e0a415fa | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Thu Nov 06 14:02:57 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Fri Nov 07 16:27:07 2014 -0500 |
tree | 827e188eba7feb81d53025aff9a72b5c355bf170 | |
parent | adbba99606a06df1435de6f1866c0e7996412e27 [diff] |
cppcheck cleanup: fix nullPointer errors There are a number of places where U-Boot intentionally and legally accesses physical address 0x0000, for example when installing exception vectors on systems where these are located in low memory. Add "cppcheck-suppress nullPointer" comments to silence cppcheck where this is intentional and legal. Signed-off-by: Wolfgang Denk <wd@denx.de>