mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user