]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/start16.S
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / x86 / cpu / start16.S
index 826e2b43615dbfd6775cd22ec08d58266a26913b..dd659278ffeec7ade18e64d1018597c6dd3bb931 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  *  U-Boot - x86 Startup Code
  *
@@ -6,8 +7,6 @@
  *
  * (C) Copyright 2002,2003
  * Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <asm/global_data.h>
@@ -71,11 +70,12 @@ idt_ptr:
         */
 gdt_ptr:
        .word   0x1f            /* limit (31 bytes = 4 GDT entries - 1) */
-       .long   BOOT_SEG + gdt  /* base */
+       .long   BOOT_SEG + gdt_rom      /* base */
 
        /* Some CPUs are picky about GDT alignment... */
        .align  16
-gdt:
+.globl gdt_rom
+gdt_rom:
        /*
         * The GDT table ...
         *