diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-01-25 15:36:59 +0100 |
---|---|---|
committer | Nico Huber <nico.huber@secunet.com> | 2013-04-02 09:58:55 +0200 |
commit | 032daad6975cb21da22eb5d7c4881aa808a0e4ba (patch) | |
tree | 381b94022bc9cc63e38d8e1ebc996aa10104f340 /payloads | |
parent | 9c07c8f53db10e1c93f41e37a9ba8a246fa0336e (diff) | |
download | coreboot-032daad6975cb21da22eb5d7c4881aa808a0e4ba.tar.xz |
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)
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/libpayload/include/cbfs_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/include/cbfs_core.h b/payloads/libpayload/include/cbfs_core.h index 81ca866f6e..2dc1992bc7 100644 --- a/payloads/libpayload/include/cbfs_core.h +++ b/payloads/libpayload/include/cbfs_core.h @@ -85,7 +85,7 @@ #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. On x86, a pointer to this header will live at 0xFFFFFFFC. For other platforms, you need to define CONFIG_CBFS_HEADER_ROM_OFFSET */ |