Commit 4451f6c
committed
docs(linux): U-Boot: Falcon-Mode: Add entry for the DT
The entry node defines the entry point for a binary blob in a fitImage.
Even though the value is not relevant to the device-tree, ommiting it
causes a non-fatal error log in debug u-boot build as follows:
Can't get 'entry' property from FIT
Therefore, this patch adds the entry node which also makes the fitImage
generated using this its file consistent with one's generated during the
yocto build process.
Signed-off-by: Anshul Dalal <[email protected]>1 parent 961b399 commit 4451f6c
File tree
1 file changed
+1
-0
lines changed- source/linux/Foundational_Components/U-Boot
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
0 commit comments