diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-22 15:59:57 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-03 05:28:30 +0000 |
commit | 8bf160a9a620762d2ff36671c9cb3c693418d110 (patch) | |
tree | f1cce8ec26e1b2596064bfdc74ea38ddbd530df6 /src/northbridge | |
parent | 64943a31556112b381bba05c7ddad00ab2cb9551 (diff) | |
download | coreboot-8bf160a9a620762d2ff36671c9cb3c693418d110.tar.xz |
nb/intel/ironlake/raminit.c: Drop unused define
This is the only instance of `BETTER_MEMORY_MAP` in the tree.
Change-Id: I118e5b5a0f10da56e2335828477caed81c5bf855
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43729
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/ironlake/raminit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/ironlake/raminit.c b/src/northbridge/intel/ironlake/raminit.c index f50adb196d..494db19f73 100644 --- a/src/northbridge/intel/ironlake/raminit.c +++ b/src/northbridge/intel/ironlake/raminit.c @@ -1362,8 +1362,6 @@ static unsigned int get_mmio_size(void) return cfg->pci_mmio_size; } -#define BETTER_MEMORY_MAP 0 - static void program_total_memory_map(struct raminfo *info) { unsigned int TOM, TOLUD, TOUUD; |