]> git.baikalelectronics.ru Git - uboot.git/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)
commite03bc6a95520724514ab06c6d825b9d8105a979c
tree222a534d23c97f355759bb87bc6963ca25c70bd9
parent55bd47a974612d89f0f45ff2f1bf6536fc76ea0f
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]