]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/lib/fsp/fsp_car.S
x86: Use microcode update from device tree for all processors
[u-boot] / arch / x86 / lib / fsp / fsp_car.S
index 549d863070bcf8cc3e2e17f7720c37849711f0d7..48edc8362a7edde632a33abfb1f3520978192e8f 100644 (file)
@@ -102,8 +102,10 @@ temp_ram_init_params:
 _dt_ucode_base_size:
        /* These next two fields are filled in by ifdtool */
 .globl ucode_base
-ucode_base:    /* Declared in micrcode.h */
+ucode_base:    /* Declared in microcode.h */
        .long   0                       /* microcode base */
+.globl ucode_size
+ucode_size:    /* Declared in microcode.h */
        .long   0                       /* microcode size */
        .long   CONFIG_SYS_MONITOR_BASE /* code region base */
        .long   CONFIG_SYS_MONITOR_LEN  /* code region size */