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

Makefile

Forked from Reform / reform-boundary-uboot
20523 commits behind the upstream repository.
  • Che-liang Chiou's avatar
    349e83f0
    examples: api: allow build with private libgcc · 349e83f0
    Che-liang Chiou authored
    
    The examples/api is not configured with USE_PRIVATE_LIBGCC.  This makes
    building examples/api break on certain boards that do not/cannot use the
    public libgcc.
    
    Nevertheless, this patch has to also touch the top-level Makefile to fix
    this problem because the current top-level Makefile does not specify
    libgcc as a prerequisite of examples/api, and explicitly builds
    examples/api _before_ libgcc.
    
    For testing this patch, I added the following to configs/seaboard.h and
    ran demo.bin on a Seaboard.
    
    +#define CONFIG_API
    +#define CONFIG_SYS_MMC_MAX_DEVICE 2
    +#define CONFIG_CMD_NET
    +#define CONFIG_NET_MULTI
    
    Signed-off-by: default avatarChe-Liang Chiou <clchiou@chromium.org>
    Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
    349e83f0
    History
    examples: api: allow build with private libgcc
    Che-liang Chiou authored
    
    The examples/api is not configured with USE_PRIVATE_LIBGCC.  This makes
    building examples/api break on certain boards that do not/cannot use the
    public libgcc.
    
    Nevertheless, this patch has to also touch the top-level Makefile to fix
    this problem because the current top-level Makefile does not specify
    libgcc as a prerequisite of examples/api, and explicitly builds
    examples/api _before_ libgcc.
    
    For testing this patch, I added the following to configs/seaboard.h and
    ran demo.bin on a Seaboard.
    
    +#define CONFIG_API
    +#define CONFIG_SYS_MMC_MAX_DEVICE 2
    +#define CONFIG_CMD_NET
    +#define CONFIG_NET_MULTI
    
    Signed-off-by: default avatarChe-Liang Chiou <clchiou@chromium.org>
    Acked-by: default avatarMike Frysinger <vapier@gentoo.org>