]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/cpu/armv7/omap3/sys_info.c
omap3: CONFIG_REVISION_TAG ifdef check for get_board_rev
authorPaul Kocialkowski <contact@paulk.fr>
Thu, 16 Jul 2015 13:10:20 +0000 (15:10 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 27 Jul 2015 19:02:10 +0000 (15:02 -0400)
commitfb9006c3a5b5af11b2926ce8f245d7c7ad14807b
treefea020e42d8364e05558f46931ee050a13cadc71
parentd1a04b32f4c8f470ba836d3c25f47073785166cd
omap3: CONFIG_REVISION_TAG ifdef check for get_board_rev

Despite being defined with __weak, this declaration of get_board_rev will
conflict with the fallback one when ONFIG_REVISION_TAG is not defined.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/omap3/sys_info.c