Re: [U-Boot] [PATCH] mx6slevk: Remove get_board_rev()

2014-12-30 Thread Stefano Babic
On 29/12/2014 21:05, Fabio Estevam wrote: > From: Fabio Estevam > > get_board_rev() just returns the cpu revision, which does not make it really > useful for distinguishing between revisions of the board. > > Let's get rid of get_board_rev() as it is not being used with its correct > meaning.

[U-Boot] [PATCH] mx6slevk: Remove get_board_rev()

2014-12-29 Thread Fabio Estevam
From: Fabio Estevam get_board_rev() just returns the cpu revision, which does not make it really useful for distinguishing between revisions of the board. Let's get rid of get_board_rev() as it is not being used with its correct meaning. Signed-off-by: Fabio Estevam --- board/freescale/mx6s