Fix for Cubieboard2 not booting issue.
https://github.com/igorpecovnik/Cubietruck-Debian/issues/61
This commit is contained in:
parent
bd06aef4d3
commit
4f46dcddda
@ -29,6 +29,11 @@ esac
|
||||
|
||||
CPUMIN=480000
|
||||
|
||||
# last known working
|
||||
if [[ $BOARD == cubieboard2 ]]; then
|
||||
BOOTBRANCH="branch:v2015.10"
|
||||
fi
|
||||
|
||||
family_tweaks()
|
||||
{
|
||||
# TODO: replace with udev rule
|
||||
|
||||
Loading…
Reference in New Issue
Block a user