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/overo | |
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/overo')
-rw-r--r-- | board/omap3/overo/overo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/omap3/overo/overo.h b/board/omap3/overo/overo.h index e8ccc1d..b595f6a 100644 --- a/board/omap3/overo/overo.h +++ b/board/omap3/overo/overo.h @@ -24,8 +24,6 @@ #define _OVERO_H_ const omap3_sysinfo sysinfo = { - SDP_3430_V1, - SDP_3430_V2, DDR_STACKED, "Gumstix Overo board", #if defined(CONFIG_ENV_IS_IN_ONENAND) |