Re: [U-Boot] [PATCH 1/2 RESEND] SPL: Make path to start.S configurable

2011-10-05 Thread Wolfgang Denk
Dear Marek, In message <20111005200736.8fce418e5...@gemini.denx.de> you wrote: > > No sorry, I backjed out this commit again. It causes compile > warnings, for example: > > running MAKEALL TQM860L > Configuring for TQM860L board... > aisimage.c: In function 'ais_insert_cmd_header': > aisimage.c

Re: [U-Boot] [PATCH 1/2 RESEND] SPL: Make path to start.S configurable

2011-10-05 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <20111005190852.9ad2b18e5...@gemini.denx.de> you wrote: > Dear Marek Vasut, > > In message <1315800204-19705-2-git-send-email-marek.va...@gmail.com> you > wrote: > > Introduce CONFIG_SPL_START_S_PATH to configure path to start.S file. It's > > not > > always fitti

Re: [U-Boot] [PATCH 1/2 RESEND] SPL: Make path to start.S configurable

2011-10-05 Thread Wolfgang Denk
Dear Marek Vasut, In message <1315800204-19705-2-git-send-email-marek.va...@gmail.com> you wrote: > Introduce CONFIG_SPL_START_S_PATH to configure path to start.S file. It's not > always fitting to use CPU's start.S . > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > Cc: Wolfgang Denk > Cc:

[U-Boot] [PATCH 1/2 RESEND] SPL: Make path to start.S configurable

2011-09-11 Thread Marek Vasut
Introduce CONFIG_SPL_START_S_PATH to configure path to start.S file. It's not always fitting to use CPU's start.S . Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Wolfgang Denk Cc: Detlev Zundel Cc: Chander Kashyap --- spl/Makefile | 10 -- 1 files changed, 8 insertions(+), 2 del