
On Sunday 02 July 2017 06:11 PM, Tom Rini wrote:
On Mon, Jun 26, 2017 at 07:12:50PM -0500, Grygorii Strashko wrote:
This is a preparation required for adding Nand DM support. This series introduces new API get_nand_dev_by_index() to avoid direct acces to nand_info array and updates u-boot to use it. As result, nand_info array is made static in the last patch.
Changes in v4:
- rebased on top of git://git.denx.de/u-boot.git/master
- added patch for arch/arm/cpu/armv8/fsl-layerscape/ppa.c
- added "Reviewed-by" tags
Can you push all of this into a travis-ci build and send back a link to it all passing? Thanks!
Here is the travis-ci link. https://travis-ci.org/lokeshvutla/u-boot/builds/249477022. Everything build successfully except am33xx and xtensa. But these failures has nothing to do with these patches as it is failure while downloading toolchain:
The command "if [[ "${TOOLCHAIN}" == "" ]]; then wget http://releases.linaro.org/components/toolchain/binaries/6.3-2017.02/aarch64... && wget http://releases.linaro.org/components/toolchain/binaries/6.3-2017.02/arm-lin... && tar -C /tmp -xf gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu.tar.xz && tar -C /tmp -xf gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf.tar.xz; fi" failed and exited with 8 during .
Thanks and regards, Lokesh