
On 27 November 2016 at 15:15, Vladimir Zapolskiy vz@mleia.com wrote:
All SH boards define a checkboard() function which outputs basic board information on boot, however generic board support requires to define CONFIG_DISPLAY_BOARDINFO to do that, so define it for the boards.
Signed-off-by: Vladimir Zapolskiy vz@mleia.com
include/configs/MigoR.h | 1 + include/configs/ap325rxa.h | 1 + include/configs/ap_sh4a_4a.h | 1 + include/configs/ecovec.h | 1 + include/configs/espt.h | 1 + include/configs/mpr2.h | 2 ++ include/configs/ms7720se.h | 1 + include/configs/ms7722se.h | 1 + include/configs/ms7750se.h | 2 ++ include/configs/r0p7734.h | 1 + include/configs/r2dplus.h | 2 ++ include/configs/r7780mp.h | 2 ++ include/configs/rsk7203.h | 1 + include/configs/rsk7264.h | 2 ++ include/configs/rsk7269.h | 2 ++ include/configs/sh7752evb.h | 1 + include/configs/sh7753evb.h | 1 + include/configs/sh7757lcr.h | 1 + include/configs/sh7763rdp.h | 1 + include/configs/sh7785lcr.h | 1 + include/configs/shmin.h | 1 + 21 files changed, 27 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org