
On Thu, Apr 11, 2013 at 1:39 PM, Stefan Roese sr@denx.de wrote:
Hi Fabio,
On 11.04.2013 17:48, Fabio Estevam wrote:
+u32 get_board_rev(void) +{
return get_cpu_rev();
+}
You can drop this, since I recently sent a patch that places it on a common location.
Hmmm, removing this function results in this error:
$ ./MAKEALL titanium Configuring for titanium - Board: titanium, Options: IMX_CONFIG=board/freescale/titanium/imximage.cfg make: *** [u-boot] Error 139 arm-linux-gnueabi-size: ./u-boot: File format not recognized arch/arm/lib/libarm.o: In function `setup_revision_tag': /home/stefan/git/u-boot/u-boot/arch/arm/lib/bootm.c:215: undefined reference to `get_board_rev' ...
So your patch is not in mainline yet? Is it in the ARM custodian repo? Then the pending ARM PR will solve this.
This patch is in Stefano's and Albert's tree. It will hit mainline soon, I guess.
Regards,
Fabio Estevam