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

config_cmd_all.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Harald Welte's avatar
      0a823aa2
      Add 'license' command to U-Boot command line · 0a823aa2
      Harald Welte authored
      
      The 'license' command includes the U-Boot license (GPLv2) into the
      actual bootloader binary. The license text can be shown interactively
      at the U-Boot commandline.
      
      For products where the commandline can actually be accessed by the
      end user, this helps to prevent inadvertent GPL violations, since the
      GPLv2 license text can no longer be 'forgotten' to be included into
      the product.
      
      The 'license' command can be enabled by CONFIG_CMD_LICENSE.
      
      Signed-off-by: default avatarHarald Welte <laforge@openmoko.org>
      0a823aa2
      History
      Add 'license' command to U-Boot command line
      Harald Welte authored
      
      The 'license' command includes the U-Boot license (GPLv2) into the
      actual bootloader binary. The license text can be shown interactively
      at the U-Boot commandline.
      
      For products where the commandline can actually be accessed by the
      end user, this helps to prevent inadvertent GPL violations, since the
      GPLv2 license text can no longer be 'forgotten' to be included into
      the product.
      
      The 'license' command can be enabled by CONFIG_CMD_LICENSE.
      
      Signed-off-by: default avatarHarald Welte <laforge@openmoko.org>