From b194c2e2cdc6ace2eb552a78fcef5fcefe54ae00 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Mon, 16 Dec 2013 21:00:11 +0000 Subject: [PATCH] remove warning for turbo overclock, sd issues should be fixed --- raspi-config | 3 --- 1 file changed, 3 deletions(-) diff --git a/raspi-config b/raspi-config index 5af1363..3817556 100755 --- a/raspi-config +++ b/raspi-config @@ -299,9 +299,6 @@ See http://elinux.org/RPi_Overclocking for more information.\ set_overclock High 950 250 450 6 ;; Turbo) - whiptail --msgbox "Warning: some people have reported SD card corruption with this level of overclock." \ - 20 70 1 - [ $? -ne 0 ] && return 1 set_overclock Turbo 1000 500 600 6 ;; *)