src/soc: Fix various typos
These typos were found through manual review and grep. Change-Id: I6693a9e3b51256b91342881a7116587f68ee96e6 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/23706 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
committed by
Martin Roth
parent
e33f120cb8
commit
5268b76801
@ -122,7 +122,7 @@ static size_t get_tracehub_size(uintptr_t dram_base,
|
||||
|
||||
/* GDXC MOT */
|
||||
tracehub_base -= GDXC_MOT_MEMORY_SIZE;
|
||||
/* Round down to natual boundary accroding to PSMI size */
|
||||
/* Round down to natural boundary according to PSMI size */
|
||||
tracehub_base = ALIGN_DOWN(tracehub_base, PSMI_BUFFER_AREA_SIZE);
|
||||
/* GDXC IOT */
|
||||
tracehub_base -= GDXC_IOT_MEMORY_SIZE;
|
||||
|
Reference in New Issue
Block a user