Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False effective head detection: fdt_totalsize(p) equal the len of dtb #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

juiceRv
Copy link

@juiceRv juiceRv commented Aug 10, 2021

file should be legitimate

Signed-off-by: juiceRv [email protected]
#52 (comment)

@dgibson dgibson linked an issue Aug 14, 2021 that may be closed by this pull request
@dgibson
Copy link
Owner

dgibson commented Aug 14, 2021

I think your change is correct, but your commit message needs to explain the problem and the solution more clearly.

In addition, Signed-off-by lines need to use your real name, not a pseudonym or handle.

@juiceRv
Copy link
Author

juiceRv commented Aug 14, 2021

I think your change is correct, but your commit message needs to explain the problem and the solution more clearly.

In addition, Signed-off-by lines need to use your real name, not a pseudonym or handle.

I am very honored to have your support, I will immediately correct my mistakes.

file should be legitimate

Signed-off-by: xionghui li <[email protected]>

fdt_totalsize(p) gets the total size of fdt, this value should be
allowed to be equal to the size of the bin file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

valid_header function may be have some problem.
3 participants