Skip to content
  • Thomas Schäfer's avatar
    pitx-imx8m: enable CONFIG_VERSION_VARIABLE config · e8828526
    Thomas Schäfer authored
    
    
    - This creates environment variable 'ver' that shows the U-Boot
      version the same way it is printed by the 'version' command.
    - Note that module release string (e.g. PITX-IMX8M-R10) must be
      introduced to UBOOTRELEASE string by setting and pasting
      CONFIG_LOCALVERSION appropriately during build procedure, e.g.
      echo CONFIG_LOCALVERSION=\"-<release-tag>\" >>.config
    
    Signed-off-by: default avatarThomas Schaefer <thomas.schaefer@kontron.com>
    e8828526