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>
This commit is contained in:
Patrick Georgi 2019-07-23 01:43:16 +02:00
parent 7ebb0189fd
commit e7c9781bdc
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ options so we can remove the options and the code they disable:
* C\_ENVIRONMENT\_BOOTBLOCK * C\_ENVIRONMENT\_BOOTBLOCK
* NO\_CAR\_GLOBAL\_MIGRATION * NO\_CAR\_GLOBAL\_MIGRATION
* RELOCATABLE\_RAMSTAGE
These only affect x86. If your platform only works without them, please These only affect x86. If your platform only works without them, please
look into fixing that. look into fixing that.