arch/x86: Obsolete CACHE_AS_RAM config
It was originally inverse of romcc-built romstages on x86, and is currently always true on x86. Change-Id: I65fa6b3ce8a86781724bbf08f5eadee4112667c4 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34806 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@ -284,7 +284,7 @@
|
||||
/* x86 specific. Indicates that the current stage is running with cache-as-ram
|
||||
* enabled from the beginning of the stage in C code. */
|
||||
#if defined(__PRE_RAM__)
|
||||
#define ENV_CACHE_AS_RAM CONFIG(CACHE_AS_RAM)
|
||||
#define ENV_CACHE_AS_RAM CONFIG(ARCH_X86)
|
||||
#else
|
||||
#define ENV_CACHE_AS_RAM 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user