From 19c0bbd78982324a5c5b2dda4d31d404d3c02446 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Wed, 14 Nov 2018 23:42:47 +0200 Subject: [PATCH] odroidc1: disable uhs by default as it causes problems --- board/odroidc1/boot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/odroidc1/boot.ini b/board/odroidc1/boot.ini index c886753268..b230a88975 100644 --- a/board/odroidc1/boot.ini +++ b/board/odroidc1/boot.ini @@ -33,7 +33,7 @@ setenv m_bpp "32" # UHS Card Configuration # Uncomment the line below to __DISABLE__ UHS-1 MicroSD support # This might break boot for some brand models of cards. -#setenv disableuhs "disableuhs" +setenv disableuhs "disableuhs" # Disable VPU (Video decoding engine, Saves RAM!!!)