Re: [U-Boot] [PATCH V2] arm: mxs: Preprocess u-boot.bd so they contain full path

2013-05-05 Thread Marek Vasut
Hi Stefano, this one too ;-) The u-boot-imx23.bd and u-boot-imx28.bd need to be preprocessed, otherwise they have issues with out-of-tree build where elftosb tool couldn't sometimes find the u-boot.bin and spl/u-boot-spl.bin . Preprocess these .bd files with sed and insert full path to

[U-Boot] [PATCH V2] arm: mxs: Preprocess u-boot.bd so they contain full path

2013-04-28 Thread Marek Vasut
The u-boot-imx23.bd and u-boot-imx28.bd need to be preprocessed, otherwise they have issues with out-of-tree build where elftosb tool couldn't sometimes find the u-boot.bin and spl/u-boot-spl.bin . Preprocess these .bd files with sed and insert full path to u-boot.bin and spl/u-boot-spl.bin to

Re: [U-Boot] [PATCH V2] arm: mxs: Preprocess u-boot.bd so they contain full path

2013-04-28 Thread Otavio Salvador
On Sun, Apr 28, 2013 at 9:18 PM, Marek Vasut ma...@denx.de wrote: The u-boot-imx23.bd and u-boot-imx28.bd need to be preprocessed, otherwise they have issues with out-of-tree build where elftosb tool couldn't sometimes find the u-boot.bin and spl/u-boot-spl.bin . Preprocess these .bd files