summaryrefslogtreecommitdiffstats
path: root/src/device/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2022-09-04 22:20:21 +0200
committerMartin L Roth <gaumless@gmail.com>2022-09-05 14:10:20 +0000
commit38aafa329f4529dfc84b4c49d25cc5eb7f8fe400 (patch)
treeb4c2c6a1d2910a62789675119c7ff5591055e4fb /src/device/Kconfig
parent8409f156d588e74932924ae8aac69478a4b6388e (diff)
downloadcoreboot-38aafa329f4529dfc84b4c49d25cc5eb7f8fe400.tar.gz
coreboot-38aafa329f4529dfc84b4c49d25cc5eb7f8fe400.tar.bz2
coreboot-38aafa329f4529dfc84b4c49d25cc5eb7f8fe400.zip
Revert "allocator_v4: Treat above 4G resources more natively"
This reverts commit 117e436115484f0ce184114b22b716616592e77e. Depends on top-down allocation to keep the behavior to place hot-plug reservations above 4G. The latter was merged prema- turely, though. Change-Id: I5721cb84b29fc42240dff94f49a94461d88e7fbc Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67329 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r--src/device/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig
index 8d10c17f4eff..af9beb32f564 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -934,7 +934,7 @@ config RESOURCE_ALLOCATOR_V4
above 4G boundary as well.
config RESOURCE_ALLOCATION_TOP_DOWN
- bool "Allocate resources from top down" if !PCIEXP_HOTPLUG_PREFETCH_MEM_ABOVE_4G
+ bool "Allocate resources from top down"
default y
depends on RESOURCE_ALLOCATOR_V4