summary refs log tree commit diff
path: root/pkgs/misc/uboot/nanonote.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/uboot/nanonote.nix')
-rw-r--r--pkgs/misc/uboot/nanonote.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/misc/uboot/nanonote.nix b/pkgs/misc/uboot/nanonote.nix
index ef0bc190980..c45eb3f1d24 100644
--- a/pkgs/misc/uboot/nanonote.nix
+++ b/pkgs/misc/uboot/nanonote.nix
@@ -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