Re: [U-Boot] arm64: No rule to make checkarmreloc

2015-07-14 Thread Albert ARIBAUD
Hello Jagan, On Tue, 14 Jul 2015 17:32:06 +0530, Jagan Teki wrote: > Hi Albert, > > I have enabled SPL support for ARM64 target and make a build. > > log: > LD u-boot > RELOC="`aarch64-linux-gnu-readelf -r -W u-boot | cut -d ' ' -f 4 | \ > grep R_A | sort -u`"; \ > if test "$RELOC" != "R

Re: [U-Boot] arm64: No rule to make checkarmreloc

2015-07-14 Thread Jagan Teki
On 14 July 2015 at 17:32, Jagan Teki wrote: > Hi Albert, > > I have enabled SPL support for ARM64 target and make a build. > > log: > LD u-boot > RELOC="`aarch64-linux-gnu-readelf -r -W u-boot | cut -d ' ' -f 4 | \ > grep R_A | sort -u`"; \ > if test "$RELOC" != "R_ARM_RELATIVE" -a \ > "$RE

[U-Boot] arm64: No rule to make checkarmreloc

2015-07-14 Thread Jagan Teki
Hi Albert, I have enabled SPL support for ARM64 target and make a build. log: LD u-boot RELOC="`aarch64-linux-gnu-readelf -r -W u-boot | cut -d ' ' -f 4 | \ grep R_A | sort -u`"; \ if test "$RELOC" != "R_ARM_RELATIVE" -a \ "$RELOC" != "R_AARCH64_RELATIVE"; then \ echo "u-boot contains unex