1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 03:19:12 +01:00
Files
u-boot-megous/common/cmd_flash.c
Remy Bohmer 3a26c43e42 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>
2011-02-19 20:32:38 +01:00

19 KiB