Browse Source
The structure in flat_dt.h defining the layout of a proprety within the flat device tree is incorrect. It has the offset to the property's name, then the length when in fact (according to booting-without-of.txt and the output of dtc) then length should come first, followed by the name offset. In fact, this structure is never used so the mistake doesn't break anything, but it should still be fixed to avoid misleading people. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>main
![david@gibson.dropbear.id.au](/assets/img/avatar_default.png)
![Jon Loeliger](/assets/img/avatar_default.png)
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue