summaryrefslogtreecommitdiffstats
path: root/board/gth/ee_access.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-07-05 22:46:33 +0200
committerWolfgang Denk <wd@denx.de>2010-07-17 20:47:08 +0200
commit0fe247b973d9b8f7e2c04cc159fcdd2e64591e55 (patch)
tree952f8896b9a63dfd28ecfb693e65ae0992a58abd /board/gth/ee_access.h
parentb6c208ab1ebc2ac01e0029b8456210617ff67156 (diff)
downloadblackbird-obmc-uboot-0fe247b973d9b8f7e2c04cc159fcdd2e64591e55.tar.gz
blackbird-obmc-uboot-0fe247b973d9b8f7e2c04cc159fcdd2e64591e55.zip
Drop support for GTH board
The board maintainer states: The GTH board is obsolete and has not been manufactured for several years. To my knowledge, no recent U-Boot build has been tested on that card. So drop support for this board. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Thomas Lange <thomas@corelatus.se> Acked-by: Thomas Lange<thomas@corelatus.se>
Diffstat (limited to 'board/gth/ee_access.h')
-rw-r--r--board/gth/ee_access.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/gth/ee_access.h b/board/gth/ee_access.h
deleted file mode 100644
index e847f2c58b..0000000000
--- a/board/gth/ee_access.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* By Thomas.Lange@Corelatus.com 001025
-
- Definitions for EEPROM/VOLT METER DS2438 */
-
-#ifndef INCeeaccessh
-#define INCeeaccessh
-
-int ee_do_command( u8 *Tx, int Tx_len, u8 *Rx, int Rx_len, int Send_skip );
-int ee_init_data(void);
-int ee_crc_ok( u8 *Buffer, int Len, u8 Crc );
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-
-#endif /* INCeeaccessh */
OpenPOWER on IntegriCloud