commit | 2c52a76895532a4b32dfc67e6b6e6de7a5f239ef | [log] [tgz] |
---|---|---|
author | Markus Klotzbücher <mk@denx.de> | Tue Nov 27 10:23:20 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jan 09 09:51:12 2008 +0100 |
tree | 3a7c11233db896f0e32bf4079f0c8e5327e60fe1 | |
parent | 4549a688166b425c74a1e614b178f2ba1a8595af [diff] |
tools: fix fw_printenv tool to compile again This patch updates the fw_printenv/fw_setenv userspace tool to include the correct MTD header in order to compile against current kernel headers. Backward compatibility is preserved by introducing an option MTD_VERSION which can be set to "old" for compilation using the old MTD headers. Along with this a number of warnings are fixed. Signed-off-by: Markus Klotzbuecher <mk@denx.de>