summaryrefslogtreecommitdiff
path: root/board/mpl/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-11-23 06:01:31 -0700
committerTom Rini <trini@konsulko.com>2016-12-04 13:55:00 -0500
commit950c3f700ce2443969b9e10d3fe0ed0e80328dcc (patch)
tree8ea7785c0b1953b92e3e4307c02262aee8f1e210 /board/mpl/common
parentfd9080ea5072cbc771a5f299e1f7ede65b6204b9 (diff)
downloadu-boot-imx-950c3f700ce2443969b9e10d3fe0ed0e80328dcc.zip
u-boot-imx-950c3f700ce2443969b9e10d3fe0ed0e80328dcc.tar.gz
u-boot-imx-950c3f700ce2443969b9e10d3fe0ed0e80328dcc.tar.bz2
arm: Remove VCMA9 board
This board has not been converted to DM_SERIAL by the deadline. Remove it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: David Müller <d.mueller@elsoft.ch> Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'board/mpl/common')
-rw-r--r--board/mpl/common/common_util.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/board/mpl/common/common_util.c b/board/mpl/common/common_util.c
index a6edb6d..101b6ef 100644
--- a/board/mpl/common/common_util.c
+++ b/board/mpl/common/common_util.c
@@ -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);