src/include: Fix typos
Change-Id: Ia8e6e5bd5ac2565263d81df8ca81d62436a3301f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38441 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
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							e202e67709
						
					
				
				
					commit
					5f73e220ab
				
			| @@ -38,7 +38,7 @@ enum bootmem_type { | ||||
| 	BM_MEM_UNUSABLE,	/* Unusable address space */ | ||||
| 	BM_MEM_VENDOR_RSVD,	/* Vendor Reserved */ | ||||
| 	BM_MEM_OPENSBI,		/* Risc-V OpenSBI */ | ||||
| 	BM_MEM_BL31,		/* Arm64 BL31 exectuable */ | ||||
| 	BM_MEM_BL31,		/* Arm64 BL31 executable */ | ||||
| 	BM_MEM_TABLE,		/* Ram configuration tables are kept in */ | ||||
| 	/* Tags below this point are ignored for the OS table. */ | ||||
| 	BM_MEM_OS_CUTOFF = BM_MEM_TABLE, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user