diff options
author | Patrick Georgi <pgeorgi@google.com> | 2019-07-23 01:43:16 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-07-24 08:22:04 +0000 |
commit | e7c9781bdc87cc75be9395cc91cc25f5a945ab38 (patch) | |
tree | 090c3fd55375db8d7d4ef1e9d39897700a4a74b5 /Documentation/releases/coreboot-4.10-relnotes.md | |
parent | 7ebb0189fd8d6efebf6eef89e696c6393baf3d94 (diff) |
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/releases/coreboot-4.10-relnotes.md')
-rw-r--r-- | Documentation/releases/coreboot-4.10-relnotes.md | 1 |
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. |