src: capitalize 'RAM'
Change-Id: Ia05cb2de1b9f2a36fc9ecc22fb82f0c14da00a76 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39029 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
183ad06f52
commit
ef90609cbb
15 changed files with 21 additions and 21 deletions
|
|
@ -17,7 +17,7 @@
|
|||
chipset_teardown_car:
|
||||
|
||||
pop %ebx
|
||||
/* Move the stack pointer to real ram */
|
||||
/* Move the stack pointer to real RAM */
|
||||
movl post_car_stack_top, %esp
|
||||
/* Align the stack 16 bytes */
|
||||
andl $0xfffffff0, %esp
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ config FSP_USE_REPO
|
|||
and FSP_FD_PATH correctly so FSP splitting works.
|
||||
|
||||
config FSP_T_FILE
|
||||
string "Intel FSP-T (temp ram init) binary path and filename"
|
||||
string "Intel FSP-T (temp RAM init) binary path and filename"
|
||||
depends on FSP_CAR
|
||||
default "$(obj)/Fsp_T.fd" if FSP_USE_REPO
|
||||
help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue