summaryrefslogtreecommitdiff
path: root/board/omap3/evm
diff options
context:
space:
mode:
authorSanjeev Premi <premi@ti.com>2009-04-27 15:57:44 (GMT)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-04-29 19:11:40 (GMT)
commit90006e9b33bcdbf241b0295d186e3634137907a9 (patch)
tree46b1c36a725797aae2b9361b905ea903416e48dc /board/omap3/evm
parent6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d (diff)
downloadu-boot-fsl-qoriq-90006e9b33bcdbf241b0295d186e3634137907a9.tar.xz
OMAP3: Remove unused board-types
The board-types defined in struct omap3_sysinfo seem to be unused. The function display_board_info() is passed board type as an argument; which is ignored. This patch removes all uses of board-type, related definitions and functions. Signed-off-by: Sanjeev Premi <premi@ti.com>
Diffstat (limited to 'board/omap3/evm')
-rw-r--r--board/omap3/evm/evm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/omap3/evm/evm.h b/board/omap3/evm/evm.h
index 199824f..4a82a7f 100644
--- a/board/omap3/evm/evm.h
+++ b/board/omap3/evm/evm.h
@@ -24,8 +24,6 @@
#define _EVM_H_
const omap3_sysinfo sysinfo = {
- OMAP3EVM_V1,
- OMAP3EVM_V2,
DDR_DISCRETE,
"OMAP3 EVM board",
#if defined(CONFIG_ENV_IS_IN_ONENAND)