Skip to content

Commit

Permalink
LC15: do not switch mmc select output to input
Browse files Browse the repository at this point in the history
  • Loading branch information
mvduin committed Feb 12, 2017
1 parent f6d9587 commit fa320a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion board/goldelico/letux-cortex15/lc15.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ int board_mmc_init(bd_t *bis)

/* in U-Boot we just fetch the state of the soft_select */

gpio_direction_input(soft_select);
val = gpio_get_value(soft_select);

#if 1
Expand Down

0 comments on commit fa320a4

Please sign in to comment.