summaryrefslogtreecommitdiffstats
path: root/board/icu862/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/icu862/flash.c')
-rw-r--r--board/icu862/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/icu862/flash.c b/board/icu862/flash.c
index 6315bd95b1..ca5bcf31af 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;
OpenPOWER on IntegriCloud