Browse Source

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.
pull/66/head
Martin Kepplinger 5 years ago
committed by Martin Kepplinger
parent
commit
2fe6beae7f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      x230/external_install_bottom.sh
  2. +1
    -1
      x230/external_install_top.sh

+ 1
- 1
x230/external_install_bottom.sh View File

@ -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=""


+ 1
- 1
x230/external_install_top.sh View File

@ -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=""


Loading…
Cancel
Save