Cubieboard 1 - reverting to old U-boot since it fails to boot on current one.
This commit is contained in:
parent
bc239972f9
commit
a3f897c378
@ -24,6 +24,11 @@ esac
|
||||
CPUMIN=240000
|
||||
CPUMAX=912000
|
||||
|
||||
# last known working
|
||||
if [[ $BOARD == cubieboard ]]; then
|
||||
BOOTBRANCH="tag:v2015.10"
|
||||
fi
|
||||
|
||||
family_tweaks()
|
||||
{
|
||||
# TODO: replace with udev rule
|
||||
|
||||
Loading…
Reference in New Issue
Block a user