commit | 985cec361360f8cef37af3bd20ccf51b0f258175 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Oct 22 16:39:21 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 07 11:13:24 2020 -0500 |
tree | 3056131ba38205e6efe45c93d793d27b4a743bc8 | |
parent | 98823aae4a31063df7fd85684fa1cdcfb19ee766 [diff] |
dts: Add support for adding DT overlays in u-boot.img If u-boot.img is a FIT image, CONFIG_OF_OVERLAY_LIST can be used to add DT overlays to u-boot.img. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>