]> git.sur5r.net Git - u-boot/commit
Import Android's dt_table.h for DT image format
authorAlex Deymo <deymo@google.com>
Mon, 28 May 2018 15:19:35 +0000 (17:19 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 29 May 2018 15:00:59 +0000 (11:00 -0400)
commit643cefa4d848a9358951caab42b5f9cd15e4fb5f
tree222a534d23c97f355759bb87bc6963ca25c70bd9
parentc3c863880479edeb5b08226e622d13c91326e4a7
Import Android's dt_table.h for DT image format

Android documentation defines the recommended image format for storing
DTB/DTBO files in a single dtbo.img image. This patch includes the
latest header file with the struct definitions for this format from
AOSP.

The header was adapted to U-Boot's coding style and the function
declarations were removed.

Signed-off-by: Alex Deymo <deymo@google.com>
[trini: Change SDPX tag location]
Signed-off-by: Tom Rini <trini@konsulko.com>
include/dt_table.h [new file with mode: 0644]