Re: [U-Boot] [PATCH 4/5] mx7dsabresd: Remove get_board_rev()

2015-09-20 Thread Stefano Babic
On 13/09/2015 18:06, Fabio Estevam wrote: > From: Fabio Estevam > > get_board_rev() is not actually providing the board revision. > > It just returns the CPU revision instead. > > As the CPU revision is already printed on boot, there is no > reason to have get_board_rev(), so let's remove it.

[U-Boot] [PATCH 4/5] mx7dsabresd: Remove get_board_rev()

2015-09-13 Thread Fabio Estevam
From: Fabio Estevam get_board_rev() is not actually providing the board revision. It just returns the CPU revision instead. As the CPU revision is already printed on boot, there is no reason to have get_board_rev(), so let's remove it. Signed-off-by: Fabio Estevam --- board/freescale/mx7dsab