cpu/intel/socket_LGA775: Align CAR DCACHE_RAM_BASE to SIZE

This fixes a regression introduced by
Commit 985821c (cpu/intel/socket_LGA775: Increase DCACHE_RAM_SIZE)
where the CAR base is not aligned to its size.

Change-Id: If54cb178e86426e1491dda4047302632d876a8f0
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50029
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans 2021-01-28 12:20:42 +01:00 committed by Patrick Georgi
parent dd5fe14759
commit 93cb1809a2
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ config DCACHE_BSP_STACK_SIZE
config DCACHE_RAM_BASE
hex
default 0xfeffc000 # 4GB - 16MB - DCACHE_RAM_SIZE
default 0xfeff8000 # 4GB - 16MB - DCACHE_RAM_SIZE
endif # CPU_INTEL_SOCKET_LGA775