common/cmd_fitupd.c: restore corrupted file
authorWolfgang Denk <wd@denx.de>
Thu, 6 Nov 2014 13:03:01 +0000 (14:03 +0100)
committerTom Rini <trini@ti.com>
Fri, 7 Nov 2014 21:27:08 +0000 (16:27 -0500)
commit1aaab00d8889d7a573f0f13480e274a390c26b06
tree42601737075fb405d96b980fa8ef649fe3124291
parent1779dc0fe45ab303c44f19dfd13df00269e42ad5
common/cmd_fitupd.c: restore corrupted file

This file got corrupted by the automatic editin of commit 1a45966 "Add
GPL-2.0+ SPDX-License-Identifier to source files"; restore the
opiginal content and manually insert the SPDX ID.

The bug was detected by running cppcheck, which reported:
[common/cmd_fitupd.c:8]: (error) Invalid number of character ({) when
these macros are defined: 'CONFIG_UPDATE_TFTP'.

Signed-off-by: Wolfgang Denk <wd@denx.de>
common/cmd_fitupd.c