From 918535a657b4ee393708640aa2e8ed3c75de20b9 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 28 Jul 2016 21:25:21 +0200 Subject: src/include: Capitalize CPU, RAM and ROM Change-Id: Id40c1bf868820c77ea20146d19c6d552c2f970c4 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/15942 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth --- src/include/cbfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/cbfs.h') diff --git a/src/include/cbfs.h b/src/include/cbfs.h index 2d1921898a..6d9dd42d72 100644 --- a/src/include/cbfs.h +++ b/src/include/cbfs.h @@ -23,7 +23,7 @@ * Perform CBFS operations on the boot device. * ***********************************************/ -/* Return mapping of option rom found in boot device. NULL on error. */ +/* Return mapping of option ROM found in boot device. NULL on error. */ void *cbfs_boot_map_optionrom(uint16_t vendor, uint16_t device); /* Load stage by name into memory. Returns entry address on success. NULL on * failure. */ -- cgit v1.2.3