diff options
author | Stefan Roese <sr@denx.de> | 2015-02-07 18:51:52 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 17:35:32 (GMT) |
commit | 360334a1786c2ef8753239818ca295211b2d5aa8 (patch) | |
tree | 650c406f32b03ad06c33b189e40e30f95dd307d4 /board/amcc | |
parent | 275029074d0adeece0c9e38be0cc61bdfa390b18 (diff) | |
download | u-boot-360334a1786c2ef8753239818ca295211b2d5aa8.tar.xz |
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 <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/amcc')
-rw-r--r-- | board/amcc/canyonlands/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index de70914..848e08f 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 |