commit | 52d848695c36d2b6ce688d1403653653e82583b4 | [log] [tgz] |
---|---|---|
author | Igor Grinberg <grinberg@compulab.co.il> | Wed Nov 05 13:29:54 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Nov 06 11:04:40 2014 -0500 |
tree | 8ad52977dc040c956ced846f269b3d52bf366682 | |
parent | 60ca5ad4b6687f8d7605d81869890bda4772c9bf [diff] |
am335x: 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. In addition open code the trivial and useless BOARD_REV_ID define and adjust the comment. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Cc: Tom Rini <trini@ti.com>