src/include: Fix typo
Change-Id: Iff445dccf29957078b8308d73fb302d03cf47d31 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27914 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
1ec76447c0
commit
f0a58df785
|
@ -24,7 +24,7 @@
|
||||||
/*
|
/*
|
||||||
* These are defined as weak no-ops that can be overridden by mainboard/SoC.
|
* These are defined as weak no-ops that can be overridden by mainboard/SoC.
|
||||||
* The 'early' variants are called prior to console initialization. Also, the
|
* The 'early' variants are called prior to console initialization. Also, the
|
||||||
* SoC functions are called prior to the mainboard fucntions.
|
* SoC functions are called prior to the mainboard functions.
|
||||||
*/
|
*/
|
||||||
void decompressor_soc_init(void);
|
void decompressor_soc_init(void);
|
||||||
void bootblock_mainboard_early_init(void);
|
void bootblock_mainboard_early_init(void);
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
* 100.
|
* 100.
|
||||||
*/
|
*/
|
||||||
enum cb_err {
|
enum cb_err {
|
||||||
CB_SUCCESS = 0, /**< Call completed succesfully */
|
CB_SUCCESS = 0, /**< Call completed successfully */
|
||||||
CB_ERR = -1, /**< Generic error code */
|
CB_ERR = -1, /**< Generic error code */
|
||||||
CB_ERR_ARG = -2, /**< Invalid argument */
|
CB_ERR_ARG = -2, /**< Invalid argument */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue