[U-Boot] [PATCH v2 2/9] scripts: Makefile.lib: Sanitize DTB names

Simon Glass sjg at chromium.org
Fri Jun 10 02:34:36 CEST 2016


On 27 May 2016 at 03:13, Maxime Ripard <maxime.ripard at free-electrons.com> wrote:
> Having dashes as a separator in the DTB name is a quite common practice.
>
> However, the current code to generate objects from DTBs assumes the
> separator is an underscore, leading to a compilation error when building a
> device tree with dashes.
>
> Replace all the dashes in the DTB name to generate the symbols name, which
> should solve this issue.
>
> Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
> ---
>  scripts/Makefile.lib | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list