]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
omap3: make get_board_rev() function weak
authorNikita Kiryanov <nikita@compulab.co.il>
Thu, 5 Jan 2012 02:03:22 +0000 (02:03 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 16 Jan 2012 07:40:11 +0000 (08:40 +0100)
commit715462dd7ec56f2410a98a4cd8fe8203132871dd
treef47a3f07c905ae192db1d6b13d1de1a796812aab
parent8230925049c164908f3936428e73e240830752f5
omap3: make get_board_rev() function weak

Current get_board_rev() function returns a hard coded value which is
obviously incorrect for the majority of boards.
Allow boards to provide a correct implementation by making this function
weak.

Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
arch/arm/cpu/armv7/omap3/sys_info.c