diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-06-17 21:41:29 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-06-18 20:00:58 +0200 |
commit | e93e7102cf63a122d2f69a24678f8bec38af88a6 (patch) | |
tree | 9191d1781ee883dc9df0549210833763585a4a8a | |
parent | 831a7ef541055ffeebc3103e82670e0d170b098d (diff) |
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>
-rw-r--r-- | src/mainboard/dmp/vortex86ex/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/dmp/vortex86ex/romstage.c b/src/mainboard/dmp/vortex86ex/romstage.c index 0b02373952..d2cc146059 100644 --- a/src/mainboard/dmp/vortex86ex/romstage.c +++ b/src/mainboard/dmp/vortex86ex/romstage.c @@ -298,7 +298,6 @@ static void enable_l2_cache(void) pci_write_config8(NB1, 0xe8, reg_nb_f1_e8); } -#include <cpu/intel/romstage.h> static void main(unsigned long bist) { u32 dmp_id; |