drivers/intel/fsp1_0/fsp_util.c: Fix indentation
- Also update post code comment to keep under 80 characters. Change-Id: Id0fd0ee5660f2628fe33188855bebb6e3eea8d2e Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12780 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
721f2998a5
commit
a4c5740752
|
@ -214,8 +214,9 @@ void print_fsp_info(void) {
|
|||
|
||||
if (fsp_header_ptr == NULL)
|
||||
fsp_header_ptr = (void *)find_fsp();
|
||||
|
||||
if ((u32)fsp_header_ptr < 0xff) {
|
||||
post_code(0x4F); /* output something in case there is no serial */
|
||||
post_code(0x4F); /* post code in case there is no serial */
|
||||
die("Can't find the FSP!\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue