
6 Feb
2017
6 Feb
'17
4:33 p.m.
On 29 January 2017 at 18:12, Masahiro Yamada yamada.masahiro@socionext.com wrote:
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
Changes in v2:
- Fix a typo in git-log. bin2header -> bin2c
scripts/bin2c.c | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 scripts/bin2c.c
Reviewed-by: Simon Glass sjg@chromium.org