libpayload: cbfs_core.h: Add missing third person s in »it need*s*«

Introduced in »libpayload: New CBFS to support multiple firmware
media sources.« (d01d0368) [1].

[1] http://review.coreboot.org/2191

Change-Id: I9feb9ab49825744cd00d6392a526f7af0ed053d1
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2997
Reviewed-by: Nico Huber <nico.huber@secunet.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Paul Menzel
2013-01-25 15:36:59 +01:00
committed by Nico Huber
parent 9c07c8f53d
commit 032daad697

View File

@ -85,7 +85,7 @@
#define CBFS_HEADER_INVALID_ADDRESS ((void*)(0xffffffff)) #define CBFS_HEADER_INVALID_ADDRESS ((void*)(0xffffffff))
/** this is the master cbfs header - it need to be located somewhere available /** this is the master cbfs header - it needs to be located somewhere available
to bootblock (to load romstage). Where it actually lives is up to coreboot. to bootblock (to load romstage). Where it actually lives is up to coreboot.
On x86, a pointer to this header will live at 0xFFFFFFFC. On x86, a pointer to this header will live at 0xFFFFFFFC.
For other platforms, you need to define CONFIG_CBFS_HEADER_ROM_OFFSET */ For other platforms, you need to define CONFIG_CBFS_HEADER_ROM_OFFSET */