mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
0060517ae0
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> |
||
---|---|---|
.. | ||
.gitignore | ||
cache.S | ||
cpu.c | ||
cpu.h | ||
gpio.c | ||
init.lds.S | ||
init.S | ||
initcode.c | ||
initcode.h | ||
interrupt.S | ||
interrupts.c | ||
jtag-console.c | ||
Makefile | ||
os_log.c | ||
reset.c | ||
start.S | ||
traps.c | ||
u-boot.lds |