From f177d0d46e809388b8c4991ef8c425854c145841 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Mon, 15 Oct 2012 21:28:06 +0200 Subject: fixed name of function that checks the DIN/DOUT connection --- u-boot/board/goldelico/gta04/TD028TTEC1.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/u-boot/board/goldelico/gta04/TD028TTEC1.h b/u-boot/board/goldelico/gta04/TD028TTEC1.h index e4de9a7..b8d2933 100644 --- a/u-boot/board/goldelico/gta04/TD028TTEC1.h +++ b/u-boot/board/goldelico/gta04/TD028TTEC1.h @@ -15,6 +15,7 @@ int jbt_reg_init(void); int jbt_reg_write_nodata(struct jbt_info *jbt, u_int8_t reg); int jbt_reg_write(struct jbt_info *jbt, u_int8_t reg, u_int8_t data); int jbt_reg_write16(struct jbt_info *jbt, u_int8_t reg, u_int16_t data); -int jbt_check(void); + +int panel_check(void); #endif -- cgit v1.1