Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ezynq
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
ezynq
Commits
bd4c8bb9
Commit
bd4c8bb9
authored
Dec 27, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sub to hardcoded
parent
118bcc59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
image-sig.c
u-boot-tree/common/image-sig.c
+2
-1
No files found.
u-boot-tree/common/image-sig.c
View file @
bd4c8bb9
...
...
@@ -185,7 +185,8 @@ static int fit_image_setup_verify(struct image_sign_info *info,
char
*
algo_name
;
const
char
*
padding_name
;
if
(
fdt_totalsize
(
fit
)
>
CONFIG_FIT_SIGNATURE_MAX_SIZE
)
{
if
(
fdt_totalsize
(
fit
)
>
0x10000000
)
{
//if (fdt_totalsize(fit) > CONFIG_FIT_SIGNATURE_MAX_SIZE) {
*
err_msgp
=
"Total size too large"
;
return
1
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment