diff options
author | Heiko Schocher <hs@denx.de> | 2011-10-30 19:15:53 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-16 19:51:14 (GMT) |
commit | 79b05d59ade88a87a7d8a314f1ef4049b6cdde1d (patch) | |
tree | e4e6ecd7dd2e2a92e3228c0cf6736de903be6ea0 /config.mk | |
parent | 69de63e1f23e1529bfe0c3f0327d9c9272f3b9a8 (diff) | |
download | u-boot-79b05d59ade88a87a7d8a314f1ef4049b6cdde1d.tar.xz |
davinci, mmc: fix gcc 4.6 build warnings
Fix:
davinci_mmc.c: In function 'dmmc_wait_fifo_status':
davinci_mmc.c:72:7: warning: variable 'mmcstatus1' set but not used [-Wunused-but-set-variable]
davinci_mmc.c: In function 'dmmc_busy_wait':
davinci_mmc.c:89:7: warning: variable 'mmcstatus1' set but not used [-Wunused-but-set-variable]
Delete the unused variable.
Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'config.mk')
0 files changed, 0 insertions, 0 deletions