Re: [U-Boot] [PATCH 1/2] zynq: board: Remove checkboard()

2018-01-16 Thread Michal Simek
On 15.1.2018 16:46, Ezequiel Garcia wrote: > Currently we are showing silicon version as board info, > which should be part of the CPU info display. > > This commit removes the current checkboard implementation, > and lets the generic show_board_info() show the DT 'model' > property. > > CPU and

[U-Boot] [PATCH 1/2] zynq: board: Remove checkboard()

2018-01-15 Thread Ezequiel Garcia
Currently we are showing silicon version as board info, which should be part of the CPU info display. This commit removes the current checkboard implementation, and lets the generic show_board_info() show the DT 'model' property. CPU and silicon information will be added in a follow-up patch.