]> git.sur5r.net Git - u-boot/blobdiff - board/eltec/mhpc/flash.c
* Code cleanup:
[u-boot] / board / eltec / mhpc / flash.c
index e9c8f9862d4e3f3c714dc4afd40e41546d5f5b87..4cc66a973dbefed0f21e63984568212a5b48709d 100644 (file)
@@ -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);
 }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-