Re: [U-Boot] [PATCH V2 2/2] odroid: Add boot script (boot.scr) support

2015-10-09 Thread Przemyslaw Marczak
Hello, On 10/09/2015 01:59 PM, Guillaume Gardet wrote: Le 09/10/2015 12:24, Przemyslaw Marczak a écrit : Hello Guillaume, On 10/05/2015 11:07 AM, Guillaume GARDET wrote: Add boot script (boot.scr) support. If no boot script are found, it boots as usual. Signed-off-by: Guillaume GARDET Cc:

Re: [U-Boot] [PATCH V2 2/2] odroid: Add boot script (boot.scr) support

2015-10-09 Thread Guillaume Gardet
Le 09/10/2015 12:24, Przemyslaw Marczak a écrit : Hello Guillaume, On 10/05/2015 11:07 AM, Guillaume GARDET wrote: Add boot script (boot.scr) support. If no boot script are found, it boots as usual. Signed-off-by: Guillaume GARDET Cc: Przemyslaw Marczak Cc: Minkyu Kang --- include/conf

Re: [U-Boot] [PATCH V2 2/2] odroid: Add boot script (boot.scr) support

2015-10-09 Thread Przemyslaw Marczak
Hello Guillaume, On 10/05/2015 11:07 AM, Guillaume GARDET wrote: Add boot script (boot.scr) support. If no boot script are found, it boots as usual. Signed-off-by: Guillaume GARDET Cc: Przemyslaw Marczak Cc: Minkyu Kang --- include/configs/odroid.h | 9 + 1 file changed, 9 insert

Re: [U-Boot] [PATCH V2 2/2] odroid: Add boot script (boot.scr) support

2015-10-09 Thread Przemyslaw Marczak
Hi Sjoerd, On 10/05/2015 11:13 AM, Sjoerd Simons wrote: On Mon, 2015-10-05 at 11:07 +0200, Guillaume GARDET wrote: Add boot script (boot.scr) support. If no boot script are found, it boots as usual. Instead of extending the specialized boot script, it would belovely to see the odroid board sw

Re: [U-Boot] [PATCH V2 2/2] odroid: Add boot script (boot.scr) support

2015-10-08 Thread Guillaume Gardet
Le 05/10/2015 11:13, Sjoerd Simons a écrit : On Mon, 2015-10-05 at 11:07 +0200, Guillaume GARDET wrote: Add boot script (boot.scr) support. If no boot script are found, it boots as usual. Instead of extending the specialized boot script, it would belovely to see the odroid board switch to dis

Re: [U-Boot] [PATCH V2 2/2] odroid: Add boot script (boot.scr) support

2015-10-05 Thread Sjoerd Simons
On Mon, 2015-10-05 at 11:07 +0200, Guillaume GARDET wrote: > Add boot script (boot.scr) support. If no boot script are > found, it boots as usual. Instead of extending the specialized boot script, it would belovely to see the odroid board switch to distro boot commands for a more standardized boo

[U-Boot] [PATCH V2 2/2] odroid: Add boot script (boot.scr) support

2015-10-05 Thread Guillaume GARDET
Add boot script (boot.scr) support. If no boot script are found, it boots as usual. Signed-off-by: Guillaume GARDET Cc: Przemyslaw Marczak Cc: Minkyu Kang --- include/configs/odroid.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/configs/odroid.h b/include/configs/odro