Re: [U-Boot] [PATCH v2] ORIGEN : use absolute paths and fix tool naming

2011-09-16 Thread Minkyu Kang
Dear Angus Ainslie On 13 September 2011 05:11, Angus Ainslie wrote: > On some hosts using relative paths will cause the build to fail. This > patch sets absolute paths for the tools directory > > Get rid of MSDOS style excecutable extension > > Signed-off-by: Angus Ainslie > --- >  board/samsung

[U-Boot] [PATCH v2] ORIGEN : use absolute paths and fix tool naming

2011-09-12 Thread Angus Ainslie
On some hosts using relative paths will cause the build to fail. This patch sets absolute paths for the tools directory Get rid of MSDOS style excecutable extension Signed-off-by: Angus Ainslie --- board/samsung/origen/Makefile |6 +++--- spl/Makefile |2 +- 2 files cha