diff options
Diffstat (limited to 'board/icu862/flash.c')
| -rw-r--r-- | board/icu862/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/icu862/flash.c b/board/icu862/flash.c index 6315bd95b..ca5bcf31a 100644 --- a/board/icu862/flash.c +++ b/board/icu862/flash.c @@ -251,7 +251,7 @@ static ulong flash_get_size (vu_long *addr, flash_info_t *info)  	value = addr[1];			/* device ID		*/ -	switch (value) { +	switch ((unsigned long)value) {  	case AMD_ID_F040B:  		info->flash_id += FLASH_AM040;  		info->sector_count = 8; |