Skip to content
  • Wolfgang Denk's avatar
    tegra2: fix warning: "assert" redefined · 3aa7782a
    Wolfgang Denk authored
    Commit 21726a7a
    
     "Add assert() for debug assertions" caused build
    warnings for all tegra2 based boards:
    
    clock.c:36:1: warning: "assert" redefined
    In file included from clock.c:29:
    include/common.h:144:1: warning: this is the location of the previous definition
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    Cc: Simon Glass <sjg@chromium.org>
    3aa7782a