diff --git a/[refs] b/[refs] index 681f50e8ef22..4ed752437170 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9abcf40b1d1443e6f0ef86e6a822193142a34abc +refs/heads/master: 2a3d4f1f1f839e354ebd7d40b2d5d8ac8481a930 diff --git a/trunk/arch/i386/boot/compressed/relocs.c b/trunk/arch/i386/boot/compressed/relocs.c index 468da89153c4..881951ca03e1 100644 --- a/trunk/arch/i386/boot/compressed/relocs.c +++ b/trunk/arch/i386/boot/compressed/relocs.c @@ -43,6 +43,8 @@ static int is_safe_abs_reloc(const char* sym_name) /* Match found */ return 1; } + if (strncmp(sym_name, "__crc_", 6) == 0) + return 1; return 0; }