commit | 94db55709e80e3db38200a70277075b972f51776 | [log] [tgz] |
---|---|---|
author | Markus Klotzbücher <mk@denx.de> | Tue Nov 27 10:23:20 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jan 08 22:53:01 2008 +0100 |
tree | 669558857036d28d3823ae7968490dd2c525c93e | |
parent | faa73156e7a36bb3a08a95f1ee340706d89e1594 [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>