commit | bff78567da51eee433e0e76a87edc5f0a03a0d8d | [log] [tgz] |
---|---|---|
author | Guillaume GARDET <guillaume.gardet@free.fr> | Tue Aug 25 15:10:26 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 24 13:50:30 2015 -0400 |
tree | 385ff6fb8a92cba29ef5fc39bf4993706b86fd53 | |
parent | 13cfbe51357bf3275b14046e0031ea2b7fdaf8ce [diff] |
ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support and enable it to set 'board_rev' and 'board_name' envs. 'board_rev' can be used in scripts to determine what board we are running on and 'board_name' for pretty printing. Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Cc: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Stephen Warren <swarren@wwwdotorg.org>