Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

scripts

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    user avatar
    Maxime Ripard authored
    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.
    
    Acked-by: default avatarSimon Glass <sjg@chromium.org>
    Acked-by: default avatarPantelis Antoniou <pantelis.antoniou@konsulko.com>
    Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
    716f9085
    History
    Name Last commit Last update
    ..