diff options
Diffstat (limited to 'src/mainboard/lattepanda')
-rw-r--r-- | src/mainboard/lattepanda/mu/ramstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lattepanda/mu/ramstage.c b/src/mainboard/lattepanda/mu/ramstage.c index 952524e64e..e10b179226 100644 --- a/src/mainboard/lattepanda/mu/ramstage.c +++ b/src/mainboard/lattepanda/mu/ramstage.c @@ -8,6 +8,7 @@ #include <soc/gpio_soc_defs.h> #include <soc/pci_devs.h> #include <soc/soc_chip.h> +#include <static.h> #include <string.h> #include <drivers/intel/dptf/chip.h> #include <intelblocks/power_limit.h> |