diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-01-18 09:25:21 +0000 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-18 09:40:00 +0000 |
commit | 8e400f0ccaf176a9833a512d170361eb8f2b45f6 (patch) | |
tree | 8ed61d2513693558c53adfb282f9af5c026a4b07 /src | |
parent | 2e2f72ec8a067a8fe859cd91f9cca2d2ec2416ed (diff) | |
download | coreboot-8e400f0ccaf176a9833a512d170361eb8f2b45f6.tar.xz |
Revert "nb/intel/gm45/gm45.h: Remove duplicated include"
This reverts commit 27af8a7e5df435d93547061a3273ec4de45f0080.
Reason for revert: This depends on CB:45517 which hasn't landed yet.
Change-Id: I2a6fbf54cfe01bf25e9ea8da84f6f2a17418f0ae
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49647
Tested-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/intel/gm45/gm45.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/intel/gm45/gm45.h b/src/northbridge/intel/gm45/gm45.h index a1d8cd120b..6854b73cf9 100644 --- a/src/northbridge/intel/gm45/gm45.h +++ b/src/northbridge/intel/gm45/gm45.h @@ -164,6 +164,8 @@ enum { #define CMOS_READ_TRAINING 0x80 /* 16 bytes */ #define CMOS_WRITE_TRAINING 0x90 /* 16 bytes (could be reduced to 10 bytes) */ +#include "memmap.h" + /* * D0:F0 */ |