binmunge: allow an _BOOT
authorAlan Cox <alan@linux.intel.com>
Thu, 1 Jan 2015 21:23:42 +0000 (21:23 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 1 Jan 2015 21:23:42 +0000 (21:23 +0000)
Kernel/tools/binmunge.c

index 5b82d53..685c35d 100644 (file)
@@ -146,6 +146,8 @@ int stub_code(char *name)
     return 1;
   if(strcmp(name, "_DISCARD") == 0)
     return 1;
+  if(strncmp(name, "_BOOT", 5) == 0)
+    return 1;
   /* Data */
   if(strcmp(name, "_INITIALIZER") == 0)
     return 0;