]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
new tool mkenvimage: generates an env image from an arbitrary config file
authorDavid Wagner <david.wagner@free-electrons.com>
Mon, 26 Sep 2011 03:26:34 +0000 (03:26 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 22 Nov 2011 07:39:24 +0000 (08:39 +0100)
commita6337e6ffdea211e70dd8d6c638f6a5ec2295400
tree27467eb915850a7ee15dcbb1a533b655266d620b
parent0d9679e65a59fd05d9c7d554a7e304590366f390
new tool mkenvimage: generates an env image from an arbitrary config file

This tool takes a key=value configuration file (same as would a `printenv' show)
and generates the corresponding environment image, ready to be flashed.

use case: flash the environment with an external tool

Signed-off-by: David Wagner <david.wagner@free-electrons.com>
Acked-by; Mike Frysinger <vapier@gentoo.org>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
tools/Makefile
tools/mkenvimage.c [new file with mode: 0644]