Re: [U-Boot] [PATCH v2 1/3] scripts: import bin2c.c from Linux 4.10-rc6

2017-02-07 Thread Tom Rini
On Tue, Feb 07, 2017 at 09:23:38PM +0900, Masahiro Yamada wrote: > Hi Bin, > > 2017-02-07 11:38 GMT+09:00 Bin Meng : > > On Mon, Jan 30, 2017 at 10:12 AM, Masahiro Yamada > > wrote: > >> Import scripts/basic/bin2c.c of Linux. > >> > >> In Linux Kernel, this file was moved to scripts/basic directo

Re: [U-Boot] [PATCH v2 1/3] scripts: import bin2c.c from Linux 4.10-rc6

2017-02-07 Thread Masahiro Yamada
Hi Bin, 2017-02-07 11:38 GMT+09:00 Bin Meng : > On Mon, Jan 30, 2017 at 10:12 AM, Masahiro Yamada > 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-b

Re: [U-Boot] [PATCH v2 1/3] scripts: import bin2c.c from Linux 4.10-rc6

2017-02-06 Thread Bin Meng
On Mon, Jan 30, 2017 at 10:12 AM, Masahiro Yamada 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 i

Re: [U-Boot] [PATCH v2 1/3] scripts: import bin2c.c from Linux 4.10-rc6

2017-02-06 Thread Simon Glass
On 29 January 2017 at 18:12, Masahiro Yamada 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

[U-Boot] [PATCH v2 1/3] scripts: import bin2c.c from Linux 4.10-rc6

2017-01-29 Thread Masahiro Yamada
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