commit | 592386dc7d91d163bfff31bdb4bc2ba387152ec1 | [log] [tgz] |
---|---|---|
author | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Mon Sep 04 23:12:11 2017 +0300 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 15 05:27:48 2017 -0600 |
tree | f20c3a376dd7a5660493c2d1b66b36273d15723b | |
parent | d6012f77a1a62cc6e6de309745a5810c8a9db287 [diff] |
fdt: Introduce helper method fdt_overlay_apply_verbose() Introduce fdt_overlay_apply_verbose, a method that applies an overlay but in the case of an error produces a helpful message. In addition if a base tree is found to be missing the __symbols__ node the message will point out that the probable reason is that the base tree was miscompiled without the -@ option. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>