dmp/vortex86ex: Drop excessive include
Change-Id: Ieeae96d53627768de98006074c8c8e826b1741fc Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15233 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
831a7ef541
commit
e93e7102cf
|
@ -298,7 +298,6 @@ static void enable_l2_cache(void)
|
||||||
pci_write_config8(NB1, 0xe8, reg_nb_f1_e8);
|
pci_write_config8(NB1, 0xe8, reg_nb_f1_e8);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <cpu/intel/romstage.h>
|
|
||||||
static void main(unsigned long bist)
|
static void main(unsigned long bist)
|
||||||
{
|
{
|
||||||
u32 dmp_id;
|
u32 dmp_id;
|
||||||
|
|
Loading…
Reference in New Issue