commit | f89c414aaa7fa4cb7a6616480f9b50d986fccf9d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 31 19:17:03 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 13 08:16:52 2021 -0700 |
tree | cae7235155edc1f257d85138b4539a86f0eb6046 | |
parent | c20046f91cc9042eabcbc7b95c8e2ad456a888a7 [diff] |
Makefile: Correct TPL rule for OF_REAL Correct an error in the tpl-dtb parameter to binman. At present the TPL rule follows SPL but this is not correct, if TPL uses of-platdata, for example. Fixes: f99cbe4e867 ("fdt: Update Makefile rules with the new OF_REAL Kconfig") Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>