Changeset 5b61171 in mainline for boot


Ignore:
Timestamp:
2018-03-13T21:08:52Z (8 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
948222e4
Parents:
b127e4af
Message:

Fix riscv64 build, and add a build config for it to prevent future breakage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/riscv64/src/main.c

    rb127e4af r5b61171  
    6464        bootinfo.memmap.zones[0].size = PHYSMEM_SIZE;
    6565
    66         printf("\nMemory statistics (total %lu MB, starting at %p)\n\n",
     66        printf("\nMemory statistics (total %llu MB, starting at %p)\n\n",
    6767            bootinfo.memmap.total >> 20, (void *) bootinfo.physmem_start);
    6868        printf(" %p: boot info structure\n", &bootinfo);
Note: See TracChangeset for help on using the changeset viewer.