Setting the nanonote uboot to load 4MiB, and not 2MiB. My last 2.6.37 kernel
has more than 2MiB. svn path=/nixpkgs/trunk/; revision=31393
This commit is contained in:
parent
12e5f5b070
commit
d391d56f97
@ -26,6 +26,8 @@ stdenv.mkDerivation {
|
|||||||
done
|
done
|
||||||
chmod +w -R *
|
chmod +w -R *
|
||||||
sed -i -e 's/console=ttyS0,57600n8//' include/configs/qi_lb60.h
|
sed -i -e 's/console=ttyS0,57600n8//' include/configs/qi_lb60.h
|
||||||
|
# Load more than 2MiB for the kernel
|
||||||
|
sed -i -e 's/0x200000;bootm/0x400000;bootm/' include/configs/qi_lb60.h
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Remove the cross compiler prefix, and add reiserfs support
|
# Remove the cross compiler prefix, and add reiserfs support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user