]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add env vars describing U-Boot target board
authorStephen Warren <swarren@nvidia.com>
Tue, 22 May 2012 09:21:54 +0000 (09:21 +0000)
committerAlbert ARIBAUD (U-Boot) <uboot@lilith.(none)>
Mon, 9 Jul 2012 20:44:33 +0000 (22:44 +0200)
commit5e724ca2b65cea97a5945b163c765427a7ebf3d1
treecf173d7b7d648d6a8ad3ed9424898d83667d32d6
parentf857fff6068fe36a327a0ff6d837412caaf2e07d
Add env vars describing U-Boot target board

This can be useful for generic scripts. For example, rather than hard-
coding a script to ext2load tegra-harmony.dtb, it could load
${soc}-${board}.dtb and hence not need adjustments to run on multiple
boards.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
README
common/env_common.c
common/env_embedded.c
mkconfig