board:samsung:remove routine to fastboot/recovery
authorsowon.na <sowon.na@samsung.com>
Tue, 16 Feb 2016 12:59:31 +0000 (21:59 +0900)
committersowon.na <sowon.na@samsung.com>
Wed, 17 Feb 2016 05:16:57 +0000 (14:16 +0900)
This patch removes special routine to fastboot or recovery mode while booting.
Before this patch, u-boot goes to fastboot mode with Pin 13
grounded on J27 or Pin 7 grounded on J26 of artik5 while booting.
We remove this routine for preventing unintended booting error.

Change-Id: I2459d518bbf23fe78ea885390f8140856d6f9fb4
Signed-off-by: sowon.na <sowon.na@samsung.com>
board/samsung/espresso3250/espresso3250.c

index 28f3debabe7c219e6462eb081186997e8b84ab67..fc9547985f3308224086a8922644f2743553d88b 100644 (file)
@@ -505,7 +505,9 @@ int board_late_init(void)
        rst_stat = readl(&pmu->rst_stat);
        printf("rst_stat : 0x%x\n", rst_stat);
 
+#if 0
        pressed_key = check_key();
+#endif
        switch(pressed_key) {
        case 0x1:
                if ((om_status >> 1) == OM_1stSDMMC_2ndUSB) {