Skip to content
  • Wolfgang Denk's avatar
    IDE: fix compiler warnings · 96d04c31
    Wolfgang Denk authored
    The changes introduced by commit 0abddf82
    
     ``cmd_ide: enhance new
    feature "CONFIG_IDE_AHB"'' caused compiler warnings like
    
    cmd_ide.c: In function 'ide_init':
    cmd_ide.c:716: warning: assignment from incompatible pointer type
    
    Constify the respective function arguments to fix this.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    96d04c31