mirror of https://github.com/wolfSSL/wolfBoot.git
minor fixes
parent
3ece783636
commit
5dd9fa94d7
|
@ -1,4 +1,4 @@
|
||||||
/* stage2_params.h
|
/* stage2_params.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2023 wolfSSL Inc.
|
* Copyright (C) 2023 wolfSSL Inc.
|
||||||
*
|
*
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
#ifdef PLATFORM_x86_fsp_qemu
|
#ifdef PLATFORM_x86_fsp_qemu
|
||||||
|
|
||||||
#include<printf.h>
|
#include <printf.h>
|
||||||
#include<stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
struct mb2_header {
|
struct mb2_header {
|
||||||
uint32_t magic;
|
uint32_t magic;
|
||||||
|
|
Loading…
Reference in New Issue