diff options
author | Simon Glass <sjg@chromium.org> | 2016-11-23 06:01:31 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 13:55:00 -0500 |
commit | 950c3f700ce2443969b9e10d3fe0ed0e80328dcc (patch) | |
tree | 8ea7785c0b1953b92e3e4307c02262aee8f1e210 /board/mpl/vcma9/vcma9.h | |
parent | fd9080ea5072cbc771a5f299e1f7ede65b6204b9 (diff) | |
download | u-boot-950c3f700ce2443969b9e10d3fe0ed0e80328dcc.tar.gz |
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/vcma9/vcma9.h')
-rw-r--r-- | board/mpl/vcma9/vcma9.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/board/mpl/vcma9/vcma9.h b/board/mpl/vcma9/vcma9.h deleted file mode 100644 index c585c8ecf7..0000000000 --- a/board/mpl/vcma9/vcma9.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * (C) Copyright 2002, 2003 - * David Mueller, ELSOFT AG, d.mueller@elsoft.ch - * - * SPDX-License-Identifier: GPL-2.0+ - */ - /**************************************************************************** - * Global routines used for VCMA9 - *****************************************************************************/ - -#include <asm/arch/s3c24x0_cpu.h> - -extern void vcma9_print_info(void); -extern int do_mplcommon(cmd_tbl_t *cmdtp, int flag, - int argc, char *const argv[]); - -/* VCMA9 PLD registers */ -enum vcma9_pld_regs { - VCMA9_PLD_ID, - VCMA9_PLD_NIC, - VCMA9_PLD_CAN, - VCMA9_PLD_MISC, - VCMA9_PLD_GPCD, - VCMA9_PLD_BOARD, - VCMA9_PLD_SDRAM -}; - -#define VCMA9_PLD_BASE (0x2C000100) |