summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-07-23 01:43:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-07-24 08:22:04 +0000
commite7c9781bdc87cc75be9395cc91cc25f5a945ab38 (patch)
tree090c3fd55375db8d7d4ef1e9d39897700a4a74b5 /Documentation
parent7ebb0189fd8d6efebf6eef89e696c6393baf3d94 (diff)
downloadcoreboot-e7c9781bdc87cc75be9395cc91cc25f5a945ab38.tar.xz
Documentation/releases: Also mention RELOCATABLE_RAMSTAGE in deprecations
We plan to retire that symbol after 4.11 as well, with relocatable ramstage becoming the normal mode of operation. Change-Id: I36029215e5c8726f7dcc268bddc0d2b0161e3c40 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34500 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/releases/coreboot-4.10-relnotes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/releases/coreboot-4.10-relnotes.md b/Documentation/releases/coreboot-4.10-relnotes.md
index ce1c713b49..7c2e41db30 100644
--- a/Documentation/releases/coreboot-4.10-relnotes.md
+++ b/Documentation/releases/coreboot-4.10-relnotes.md
@@ -76,6 +76,7 @@ options so we can remove the options and the code they disable:
* C\_ENVIRONMENT\_BOOTBLOCK
* NO\_CAR\_GLOBAL\_MIGRATION
+* RELOCATABLE\_RAMSTAGE
These only affect x86. If your platform only works without them, please
look into fixing that.