Fix typos involving "the the"
Change-Id: I179264ee6681a7ba4488b9f1c6bce1a19b4e1772 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/c/30160 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
7ccb2821d2
commit
45e6c82e68
@@ -37,7 +37,7 @@ void fsp_verify_memory_init_hobs(void)
|
||||
if (fsp_find_reserved_memory(&fsp_mem))
|
||||
die("9.1: FSP_RESERVED_MEMORY_RESOURCE_HOB missing!\n");
|
||||
|
||||
/* Verify the the bootloader tolum is above the FSP reserved area */
|
||||
/* Verify the bootloader tolum is above the FSP reserved area */
|
||||
if (range_entry_end(&tolum) <= range_entry_base(&fsp_mem)) {
|
||||
printk(BIOS_CRIT,
|
||||
"TOLUM end: 0x%08llx != 0x%08llx: FSP rsvd base\n",
|
||||
|
Reference in New Issue
Block a user