From 328744c1d2ee9b990fb2c0602ff822044a37a543 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 9 Nov 2010 14:23:14 +0900 Subject: [PATCH] s5pc210: universal: add comment about T-flash detect Signed-off-by: Jaehoon Chung --- board/samsung/universal_c210/universal.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 60c27d6..1069db3 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -1327,6 +1327,10 @@ int board_mmc_init(bd_t *bis) */ err = s5p_mmc_init(0, 8); + /* + * Check the T-flash detect pin + * GPX3[4] T-flash detect pin + */ if (!gpio_get_value(&gpio2->x3, 4)) { /* * SD card GPIO: -- 2.7.4