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

board/ti/omap1610inn/flash.c: Fix GCC 4.6 build warnings


Fix:
flash.c: In function 'flash_get_offsets':
flash.c:139:10: warning: variable 'pOrgDef' set but not used
[-Wunused-but-set-variable]
flash.c: In function 'flash_erase':
flash.c:280:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
flash.c: In function 'write_data':
flash.c:456:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
Acked-by: default avatarTom Rini <trini@ti.com>
parent 85e04b7a
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.
Please register or to comment