diff options
author | Sanjeev Premi | 2009-04-27 21:27:44 +0530 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-29 21:11:40 +0200 |
commit | 90006e9b33bcdbf241b0295d186e3634137907a9 (patch) | |
tree | 46b1c36a725797aae2b9361b905ea903416e48dc /board/omap3/zoom1 | |
parent | 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d (diff) |
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/zoom1')
-rw-r--r-- | board/omap3/zoom1/zoom1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/omap3/zoom1/zoom1.h b/board/omap3/zoom1/zoom1.h index bc8fba89ebf..4f49a41414a 100644 --- a/board/omap3/zoom1/zoom1.h +++ b/board/omap3/zoom1/zoom1.h @@ -28,8 +28,6 @@ #define _BOARD_ZOOM1_H_ const omap3_sysinfo sysinfo = { - SDP_3430_V1, - SDP_3430_V2, DDR_STACKED, "OMAP3 Zoom MDK Rev 1", "NAND", |