1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-25 09:19:12 +01:00
Files
u-boot-megous/include/search.h
Wolfgang Denk 37f2fe7472 env: allow to export only selected variables
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: Wolfgang Denk <wd@denx.de>
2011-11-08 13:20:42 +01:00

3.2 KiB