1183878Sraj$FreeBSD: releng/11.0/sys/boot/arm/uboot/help.uboot 271285 2014-09-08 19:19:10Z ian $
2271285Sian
3271285Sian###############################################################################
4271285Sian# Tubenv DShow or import U-Boot environment variables
5271285Sian
6271285Sian	ubenv <import | show> [varname ...]
7271285Sian
8271285Sian	Display U-Boot environment variables, or import them into the
9271285Sian	loader environment (which makes them available in the kernel).
10271285Sian
11271285Sian###############################################################################
12271285Sian# Tubenv Simport DImport U-Boot env vars
13271285Sian
14271285Sian	ubenv import [varname ...]
15271285Sian
16271285Sian	If no variable names are specified, all U-Boot environment
17271285Sian	variables are imported.  Each variable is prefixed with "uboot."
18271285Sian	to avoid any possible conflicts with loader or kernel variables.
19271285Sian
20271285Sian###############################################################################
21271285Sian# Tubenv Sshow DShow U-Boot env vars
22271285Sian
23271285Sian	ubenv show [varname ...]
24271285Sian
25271285Sian	If no variable names are specified, all U-Boot environment
26271285Sian	variables are shown.
27271285Sian
28