Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 497de838 authored by Iliyan Malchev's avatar Iliyan Malchev
Browse files

HACK: push ramdisk up by 2M



Change-Id: Idb71ebd25c0b8c765ce8767961f362f6deb45547
Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
parent 029d44e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ int main(int argc, char **argv)
        } else if(!strcmp(arg, "--base")) {
            unsigned base = strtoul(val, 0, 16);
            hdr.kernel_addr =  base + 0x00008000;
            hdr.ramdisk_addr = base + 0x01000000;
            hdr.ramdisk_addr = base + 0x01300000;
            hdr.second_addr =  base + 0x00F00000;
            hdr.tags_addr =    base + 0x00000100;
        } else if(!strcmp(arg, "--board")) {