Skip to content

Commit 4451f6c

Browse files
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

1 file changed

+1
-0
lines changed

source/linux/Foundational_Components/U-Boot/UG-Falcon-Mode.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ core-secdev-k3 source:
158158
arch = "arm64";
159159
compression = "none";
160160
load = <0x88000000>;
161+
entry = <0x88000000>;
161162
};
162163
};
163164

0 commit comments

Comments
 (0)