Skip to content
Commit 824d8299 authored by Ira W. Snyder's avatar Ira W. Snyder Committed by Wolfgang Denk
Browse files

Fix example FIT image source files



The example FIT image source files do not compile with the latest dtc and
mkimage. The following error message is produced:

DTC: dts->dtb  on file "kernel.its"
Error: kernel.its 7:0 - 1:0 syntax error
FATAL ERROR: Unable to parse input tree
./mkimage: Can't read kernel.itb.tmp: Invalid argument

The FIT image source files are missing the "/dts-v1/;" directive at the
beginning of the file. Add the directive to the examples.

Signed-off-by: default avatarIra W. Snyder <iws@ovro.caltech.edu>
parent fd66066e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment