diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-01 22:13:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-01 22:13:34 -0400 |
commit | ac378bb05fa3cac3197085431f577e0dbddd4b4a (patch) | |
tree | aa16e2990b97bd5d2f1358a63e906963a55bc8ce /arch/x86/include/asm/microcode.h | |
parent | 168de20f3b6ccefef0ff5757fa5310f47a95c2f0 (diff) | |
parent | 40144260a9c8c5228500824ad9b7b19597a4bb0b (diff) |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/x86/include/asm/microcode.h')
-rw-r--r-- | arch/x86/include/asm/microcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/microcode.h b/arch/x86/include/asm/microcode.h index f7b32a5eb16..4ab75049315 100644 --- a/arch/x86/include/asm/microcode.h +++ b/arch/x86/include/asm/microcode.h @@ -10,6 +10,7 @@ /* This is a declaration for ucode_base in start.S */ extern u32 ucode_base; +extern u32 ucode_size; /** * microcode_update_intel() - Apply microcode updates |