diff options
author | Sanjeev Premi <premi@ti.com> | 2009-04-27 21:27:44 +0530 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-04-29 21:11:40 +0200 |
commit | 90006e9b33bcdbf241b0295d186e3634137907a9 (patch) | |
tree | 46b1c36a725797aae2b9361b905ea903416e48dc /board/omap3/evm | |
parent | 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d (diff) | |
download | u-boot-imx-90006e9b33bcdbf241b0295d186e3634137907a9.zip u-boot-imx-90006e9b33bcdbf241b0295d186e3634137907a9.tar.gz u-boot-imx-90006e9b33bcdbf241b0295d186e3634137907a9.tar.bz2 |
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.h | 2 |
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) |