[U-Boot] [PATCH] mx6qsabreauto: Pass the board revision to the kernel

2012-10-02 Thread Fabio Estevam
The kernel from Freescale expects that the bootloader passes the board revision. Read the board revision and pass it via get_board_rev(). Without passing the board revision the kernel does not operate properly as the initialization of peripherals are different in revA versus revB boards. Signed-

Re: [U-Boot] [PATCH] mx6qsabreauto: Pass the board revision to the kernel

2012-10-10 Thread Stefano Babic
On 02/10/2012 23:20, Fabio Estevam wrote: > The kernel from Freescale expects that the bootloader passes the board > revision. > > Read the board revision and pass it via get_board_rev(). > > Without passing the board revision the kernel does not operate properly as the > initialization of perip