Skip to content
Snippets Groups Projects
Commit 96d04c31 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

IDE: fix compiler warnings


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>
parent a621b167
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment