]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
authorTom Rini <trini@ti.com>
Wed, 24 Oct 2012 07:28:16 +0000 (07:28 +0000)
committerTom Rini <trini@ti.com>
Fri, 2 Nov 2012 22:13:30 +0000 (15:13 -0700)
commit7e27f89fdfbe4acbaea2821073f90fa7e82b94ec
tree91850c7acd778d4fb6f4195d448aee401c008fa5
parentb4a2e43570f335cf91b8cbeb8f74c49701217c1b
README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG

This option is intended to be set by boards which will set the
board_name and board_rev environment variables.  These are to be used
when the U-Boot binary can support more than one board type at run-time
and the user needs an easy way (for example for scripting to determine
what device tree to load) to determine what board they are on.

Signed-off-by: Tom Rini <trini@ti.com>
README