From: Stefan Roese Date: Sat, 7 Feb 2015 18:51:52 +0000 (-0700) Subject: powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO X-Git-Tag: v2015.04-rc2~27^2~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=360334a1786c2ef8753239818ca295211b2d5aa8;p=u-boot powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO This also displays the "Board:" line in the bootup text with the generic board support code. Signed-off-by: Stefan Roese Cc: Simon Glass Reviewed-by: Simon Glass Signed-off-by: Simon Glass --- diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index de709148b3..848e08fbba 100644 --- a/board/amcc/canyonlands/Kconfig +++ b/board/amcc/canyonlands/Kconfig @@ -29,6 +29,10 @@ config ARCHES endchoice +config DISPLAY_BOARDINFO + bool + default y + config DM default y