
Hi Pavel,
On 18 August 2015 at 07:03, Pavel Machek pavel@denx.de wrote:
On Thu 2015-08-13 15:19:16, Simon Glass wrote:
All arm boards should have been converted to generic board by now. It is time to either remove the non-generic boards, or force-convert them to generic board.
This series takes the latter approach, which may break a few boards, but most should be OK.
Hmm. Unfortunately, the way your patches are structured, it is not easy to tell which boards may be broken.
include/configs/socfpga_common.h | 2 -
For example this one was already converted to generic board.
I sent a new version (with a list of affected boards), although Masahiro has suggested that perhaps we should not be force-converting boards and should just remove them instead.
The reason you see a change in socfpga_common.h is that I am removing the CONFIG_SYS_GENERIC_BOARD defines in each board header. This can now be set up as the default in Kconfig for all ARM boards.
Regards, Simon