From 5caf89b9f848bbab199e7e6bd37897f6464e4d23 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 3 May 2016 16:26:05 -0700 Subject: dmp/vortex86ex: Merge northbridge and southbridge into soc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I16c04452d2d6c3205aea29fe8aa8fad8fc485a46 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/14600 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/dmp/vortex86ex/romstage.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/dmp/vortex86ex/romstage.c') diff --git a/src/mainboard/dmp/vortex86ex/romstage.c b/src/mainboard/dmp/vortex86ex/romstage.c index a6aa59b5dc..0b02373952 100644 --- a/src/mainboard/dmp/vortex86ex/romstage.c +++ b/src/mainboard/dmp/vortex86ex/romstage.c @@ -22,9 +22,9 @@ #include #include #include "drivers/pc80/pc/i8254.c" -#include -#include -#include "northbridge/dmp/vortex86ex/raminit.c" +#include +#include +#include "soc/dmp/vortex86ex/raminit.c" #include #define DMP_CPUID_SX 0x31504d44 -- cgit v1.2.3