src/cpu/via/nano: Remove unneeded include
Change-Id: I656b11add77012271ccc0c80dfcf97d20937dba2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28704 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
b60920df52
commit
4f4151abdb
|
@ -16,7 +16,6 @@
|
|||
#ifndef __UPDATE_UCODE_H
|
||||
#define __UPDATE_UCODE_H
|
||||
|
||||
#include <console/console.h>
|
||||
#include <cpu/cpu.h>
|
||||
|
||||
#define MSR_IA32_BIOS_UPDT_TRIG 0x00000079
|
||||
|
|
Loading…
Reference in New Issue