Re: [U-Boot] [PATCH v3 1/7] Revert "generic-board: allow showing custom board info"

2016-10-13 Thread Tom Rini
On Thu, Oct 13, 2016 at 02:11:37AM +0200, Marcel Ziswiler wrote: > Drop CONFIG_CUSTOM_BOARDINFO as it is not Kconfig compliant and anyway > not really used anywhere plus the upcoming weak show_board_info() > approach seems much superior. > > This reverts commit a9ad18c9d5fe2554753b0f9a52adfd5ebce

[U-Boot] [PATCH v3 1/7] Revert "generic-board: allow showing custom board info"

2016-10-12 Thread Marcel Ziswiler
Drop CONFIG_CUSTOM_BOARDINFO as it is not Kconfig compliant and anyway not really used anywhere plus the upcoming weak show_board_info() approach seems much superior. This reverts commit a9ad18c9d5fe2554753b0f9a52adfd5ebce61147. Signed-off-by: Marcel Ziswiler --- Changes in v3: - introduce new