intel/fsp_baytrail: rename include folder baytrail to include/soc

This is to match the layout of the non-fsp baytrail to make comparisons
easier and possibly remove duplicate files.

Change-Id: I9a94842d724ab3826de711d398227e7bdc1045ff
Signed-off-by: Ben Gardner <gardner.ben@gmail.com>
Reviewed-on: https://review.coreboot.org/12686
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
Ben Gardner
2015-12-08 21:20:25 -06:00
committed by Martin Roth
parent 1e1c7ac3b4
commit fa6014a6ec
73 changed files with 164 additions and 164 deletions

View File

@@ -22,9 +22,9 @@
#include <cpu/x86/smm.h>
#include <string.h>
#include <baytrail/iomap.h>
#include <baytrail/pmc.h>
#include <baytrail/smm.h>
#include <soc/iomap.h>
#include <soc/pmc.h>
#include <soc/smm.h>
/* Save the gpio route register. The settings are committed from
* southcluster_smm_enable_smi(). */