summaryrefslogtreecommitdiffstats
path: root/board/eltec/mhpc/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/eltec/mhpc/flash.c')
-rw-r--r--board/eltec/mhpc/flash.c34
1 files changed, 6 insertions, 28 deletions
diff --git a/board/eltec/mhpc/flash.c b/board/eltec/mhpc/flash.c
index e9c8f9862d..4cc66a973d 100644
--- a/board/eltec/mhpc/flash.c
+++ b/board/eltec/mhpc/flash.c
@@ -193,13 +193,13 @@ static ulong flash_get_size (FPW *addr, flash_info_t *info)
switch (value) {
case (FPW)INTEL_ID_28F640J5 :
- info->flash_id += FLASH_28F640J5 ;
- info->sector_count = 64;
- info->size = 0x00800000;
- break; /* => 8 MB */
+ info->flash_id += FLASH_28F640J5 ;
+ info->sector_count = 64;
+ info->size = 0x00800000;
+ break; /* => 8 MB */
- default:
- info->flash_id = FLASH_UNKNOWN;
+ default:
+ info->flash_id = FLASH_UNKNOWN;
break;
}
@@ -429,25 +429,3 @@ static int write_data (flash_info_t *info, ulong dest, FPW data)
return (0);
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
OpenPOWER on IntegriCloud