sb/intel/i82801dx/bootblock.c: Include "i82801dx.h"
Change-Id: I58ff31ab98c4310478cf3bbe8aecce4000ac8205 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69717 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
7c6dd796f2
commit
c129254655
|
@ -3,6 +3,8 @@
|
|||
#include <arch/bootblock.h>
|
||||
#include <device/pci_ops.h>
|
||||
|
||||
#include "i82801dx.h"
|
||||
|
||||
void bootblock_early_southbridge_init(void)
|
||||
{
|
||||
/* Set FWH IDs for 2 MB flash part. */
|
||||
|
|
Loading…
Reference in New Issue