diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-22 10:52:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:52:36 -0600 |
commit | 9b186f68afbf0d08bc5108108c8748b4b0511aee (patch) | |
tree | db3b1b90bd7b7738613d1edd00ffec3b6d990d8a /board/freescale/common/fsl_validate.c | |
parent | b614f3b58fed4589098cd691be7bfb719dc4b35a (diff) | |
parent | ba3f26efe0a0657d59f9bb9245cc72dc79ce814c (diff) |
Merge patch series "board: BuS: Remove duplicate newlines"
Drop all duplicate newlines from the board directory files.
Diffstat (limited to 'board/freescale/common/fsl_validate.c')
-rw-r--r-- | board/freescale/common/fsl_validate.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/common/fsl_validate.c b/board/freescale/common/fsl_validate.c index e03434dcdfe..657f4533bcd 100644 --- a/board/freescale/common/fsl_validate.c +++ b/board/freescale/common/fsl_validate.c @@ -327,7 +327,6 @@ static u32 read_validate_ie_tbl(struct fsl_secboot_img_priv *img) } #endif - /* This function return length of public key.*/ static inline u32 get_key_len(struct fsl_secboot_img_priv *img) { @@ -858,7 +857,6 @@ static int secboot_init(struct fsl_secboot_img_priv **img_ptr) return 0; } - /* haddr - Address of the header of image to be validated. * arg_hash_str - Option hash string. If provided, this * overrides the key hash in the SFP fuses. |