commit | 6e51fb2e37fccc05c5ad9f226f4eb13bb7e12071 | [log] [tgz] |
---|---|---|
author | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Mon Sep 04 23:12:16 2017 +0300 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 15 05:27:49 2017 -0600 |
tree | 847a005598b2bee3418fdff9cf5dc47bfbf8d5ac | |
parent | 5e671d61440aa745caa664b95bf61889c15fea04 [diff] |
fit: Introduce methods for applying overlays on fit-load Introduce an overlay based method for constructing a base DT blob to pass to the kernel. It is based on a specific method now to get the FDT from a FIT image named boot_get_fdt_fit(). Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>