arm: Remove VCMA9 board
[u-boot.git] / board / mpl / common / common_util.c
index a6edb6dbca08089c23ef3b157044c083c59d0ad5..101b6efd81ab5654863b6b93c7488354e312e739 100644 (file)
@@ -273,29 +273,6 @@ mpl_prg(uchar *src, ulong size)
                return (1);
        }
 #endif /* defined(CONFIG_PATI) */
-
-#elif defined(CONFIG_VCMA9)
-       start = 0;
-
-       /* search end sector */
-       for (i = 0; i < info->sector_count; i++)
-               if (size < info->start[i])
-                   break;
-
-       flash_protect(FLAG_PROTECT_CLEAR,
-                     start,
-                     size,
-                     info);
-
-       /* now erase flash */
-       printf("Erasing at %lx (sector %d) (start %lx)\n",
-                               start,0,info->start[0]);
-       if ((rc = flash_erase (info, 0, i)) != 0) {
-               puts("ERROR ");
-               flash_perror(rc);
-               return (1);
-       }
-
 #endif
        printf("flash erased, programming from 0x%lx 0x%lx Bytes\n",
                (ulong)src, size);
This page took 0.026124 seconds and 4 git commands to generate.