lib/cbfs.c: fix typo

Change-Id: I39c12ab3f28b5448fa4f46958cf23f2623a92378
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/25928
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Georgi 2018-04-30 15:05:58 +02:00
parent f5180a957a
commit d13c4cd621

View File

@ -45,7 +45,7 @@ int cbfs_boot_locate(struct cbfsf *fh, const char *name, uint32_t *type)
if (cbfs_boot_region_properties(&props)) if (cbfs_boot_region_properties(&props))
return -1; return -1;
/* All boot CBFS operations are performed using the RO devie. */ /* All boot CBFS operations are performed using the RO device. */
boot_dev = boot_device_ro(); boot_dev = boot_device_ro();
if (boot_dev == NULL) if (boot_dev == NULL)