Skip to content
  • Wolfgang Denk's avatar
    cppcheck cleanup: fix nullPointer errors · 0060517a
    Wolfgang Denk authored
    
    
    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: default avatarWolfgang Denk <wd@denx.de>
    0060517a