Skip to content

Commit 79cef5f

Browse files
dgarskedanielinux
authored andcommitted
Peer review fixes (thank you Copilot).
1 parent b79be86 commit 79cef5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

hal/renesas-rz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ int hal_renesas_init(void)
135135
const size_t key_size = sizeof(rsip_pub_key);
136136

137137
if (sipInitDone)
138-
reutrn 0;
138+
return 0;
139139

140140
ret = wolfCrypt_Init();
141141
if (ret != 0) {

include/image.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,9 @@ static inline int wb_flash_write_verify_word(struct wolfBoot_image *img,
931931

932932
#else
933933

934+
# define SWAP_EXT (0)
935+
# define BOOT_EXT (0)
936+
# define UPDATE_EXT (0)
934937
# define PART_IS_EXT(x) (0)
935938
# define PARTN_IS_EXT(x) (0)
936939
# define wb_flash_erase(im, of, siz) \

0 commit comments

Comments
 (0)