]> git.ipfire.org Git - people/ms/u-boot.git/commit
scripts: import bin2c.c from Linux 4.10-rc6
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 30 Jan 2017 02:12:06 +0000 (11:12 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 8 Feb 2017 20:56:19 +0000 (15:56 -0500)
commit6fb631ecdee278b7524a47b02d6c78ce1e12fa17
tree17b173bfe9dc6a8e32dd32ee1565fe1783316c54
parent07a63c7e7de28ddc6cdc7d8c1e75a69b35dc6332
scripts: import bin2c.c from Linux 4.10-rc6

Import scripts/basic/bin2c.c of Linux.

In Linux Kernel, this file was moved to scripts/basic directory by
commit 8370edea81e3 ("bin2c: move bin2c in scripts/basic").

In U-Boot, we do not need to follow that commit.  Just put it in the
original directory "scripts".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/bin2c.c [new file with mode: 0644]