]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO
authorStefan Roese <sr@denx.de>
Sat, 7 Feb 2015 18:51:52 +0000 (11:51 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:50:46 +0000 (13:50 +0200)
This also displays the "Board:" line in the bootup text with the
generic board support code.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
board/amcc/canyonlands/Kconfig

index de709148b3d7865b6dd26b9c285e80dcb7850941..848e08fbba42dfa4f5b51a00df1663b2b9951a74 100644 (file)
@@ -29,6 +29,10 @@ config ARCHES
 
 endchoice
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 config DM
        default y