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

env_eeprom.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Wolfgang Denk's avatar
    37f2fe74
    env: allow to export only selected variables · 37f2fe74
    Wolfgang Denk authored
    
    New syntax:
    	env export [-t | -b | -c] [-s size] addr [var ...]
    
    With this change it is possible to provide a list of variables names
    that shall be exported.  Whenno arguments are given, the whole
    environment gets exported.
    
    NOTE: The new handling of the "size" argument means a change to the
    user API.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    37f2fe74
    History
    env: allow to export only selected variables
    Wolfgang Denk authored
    
    New syntax:
    	env export [-t | -b | -c] [-s size] addr [var ...]
    
    With this change it is possible to provide a list of variables names
    that shall be exported.  Whenno arguments are given, the whole
    environment gets exported.
    
    NOTE: The new handling of the "size" argument means a change to the
    user API.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>