From 2fe6beae7f6b26965b929a7684e68ca1a6f3a1c6 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Tue, 5 Feb 2019 07:24:24 +0100 Subject: [PATCH] x230: increase rpi's spispeed While I think I have initially used 128 from some libreboot docs and never had problems with it, I don't really see anybody use less than 512 right now. --- x230/external_install_bottom.sh | 2 +- x230/external_install_top.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x230/external_install_bottom.sh b/x230/external_install_bottom.sh index efcc6da..e729dce 100755 --- a/x230/external_install_bottom.sh +++ b/x230/external_install_bottom.sh @@ -115,7 +115,7 @@ if [ ! "$have_flasher" -gt 0 ] ; then fi if [ ! "${rpi_frequency}" -gt 0 ] ; then - rpi_frequency=128 + rpi_frequency=512 fi programmer="" diff --git a/x230/external_install_top.sh b/x230/external_install_top.sh index 2bddd33..38754d0 100755 --- a/x230/external_install_top.sh +++ b/x230/external_install_top.sh @@ -132,7 +132,7 @@ if [ ! "$have_flasher" -gt 0 ] ; then fi if [ ! "${rpi_frequency}" -gt 0 ] ; then - rpi_frequency=128 + rpi_frequency=512 fi programmer=""