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>
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) {