From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Thu, 26 Feb 2015 10:41:34 +0100 Subject: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig) Message-ID: <54EEEA4E.7030903@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, While building vexpress_aemv8a_defconfig, I get the following error: ******************************************************************************** u-boot contains unexpected relocations: R_AARCH64_ABS64 R_AARCH64_RELATIVE Makefile:1258: recipe for target 'checkarmreloc' failed ******************************************************************************** Should we update the Makefile to handle this case? Or is it a bug somewhere? Guillaume