[U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-03 Thread Peter Vicman
>> Maybe Stefano could fix these two small issues while applying your patch. > >Yes, thanks for note this. > >I will fix them by applying, no need to repost. Thank you very much. Also thanks to Fabio for his instructions in last few days. Best regards, Peter ___

[U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-04 Thread Peter Vicman
>> Shouldn't we just not enable either and do like the wandboard and just >> dd SPL/u-boot.img? > >Agreed; this is also makes integration into Yocto Project easier ;-) Yes, I will update the patch if not too late. I needed u-boot.img in a FAT partition but forgot to check if dd stil works. Leason

[U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-05 Thread Peter Vicman
-by: Peter Vicman Cc: Fabio Estevam Cc: Stefano Babic Acked-by: Stefano Babic Acked-by: Fabio Estevam --- Changes in v2: - Correct mail address - Remove loading u-boot.img from a FAT partition arch/arm/Kconfig | 1 + board/udoo/1066mhz_4x256mx16.cfg | 55 board

[U-Boot] [PATCH] udoo: Remove SPL fat support

2015-08-05 Thread Peter Vicman
Use dd'ed SPL and u-boot.img by default. Signed-off-by: Peter Vicman Cc: Fabio Estevam Cc: Stefano Babic --- include/configs/udoo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/udoo.h b/include/configs/udoo.h index f93b67a..8ec073d 100644 --- a/in