commit | e8d68cfdc77162db8de502fe6e52c910b69196dd | [log] [tgz] |
---|---|---|
author | Remy Bohmer <linux@bohmer.net> | Sat Feb 19 19:56:28 2011 +0100 |
committer | Remy Bohmer <linux@bohmer.net> | Sat Feb 19 20:32:38 2011 +0100 |
tree | 5173783a2b5577193ab7692623743413ec8761f3 | |
parent | 3433c33ec362dc287676b55bce2ebb40a26067cc [diff] |
Fix build warnings in cmd_flash.c These variables are only used in case CONFIG_SYS_NO_FLASH is NOT set: struct mtd_device *dev; struct part_info *part; u8 dev_type, dev_num, pnum; Signed-off-by: Remy Bohmer <linux@bohmer.net>