summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/uboot/help.uboot
blob: c1574af92715e9f6e595c6d9a1737119816618db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$FreeBSD$

###############################################################################
# Tubenv DShow or import U-Boot environment variables

	ubenv <import | show> [varname ...]

	Display U-Boot environment variables, or import them into the
	loader environment (which makes them available in the kernel).

###############################################################################
# Tubenv Simport DImport U-Boot env vars

	ubenv import [varname ...]

	If no variable names are specified, all U-Boot environment
	variables are imported.  Each variable is prefixed with "uboot."
	to avoid any possible conflicts with loader or kernel variables.

###############################################################################
# Tubenv Sshow DShow U-Boot env vars

	ubenv show [varname ...]

	If no variable names are specified, all U-Boot environment
	variables are shown.

OpenPOWER on IntegriCloud