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:
Lluís Batlle i Rossell 2012-01-07 09:20:16 +00:00
parent 12e5f5b070
commit d391d56f97

View File

@ -26,6 +26,8 @@ stdenv.mkDerivation {
done
chmod +w -R *
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