[U-Boot] [PATCH 4/4] powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO

2015-01-26 Thread Stefan Roese
This also displays the Board: line in the bootup text with the
generic board support code.

Signed-off-by: Stefan Roese s...@denx.de
Cc: Simon Glass s...@chromium.org
---
 board/amcc/canyonlands/Kconfig | 4 
 1 file changed, 4 insertions(+)

diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig
index 97df3f8..3dc76ae 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
 
-- 
2.2.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 4/4] powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO

2015-01-26 Thread Simon Glass
On 26 January 2015 at 06:35, Stefan Roese s...@denx.de wrote:
 This also displays the Board: line in the bootup text with the
 generic board support code.

 Signed-off-by: Stefan Roese s...@denx.de
 Cc: Simon Glass s...@chromium.org
 ---
  board/amcc/canyonlands/Kconfig | 4 
  1 file changed, 4 insertions(+)

Reviewed-by: Simon Glass s...@chromium.org

Is there another patch which adds this in the top level Kconfig?

- Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 4/4] powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO

2015-01-26 Thread Stefan Roese

On 26.01.2015 17:09, Simon Glass wrote:

On 26 January 2015 at 06:35, Stefan Roese s...@denx.de wrote:

This also displays the Board: line in the bootup text with the
generic board support code.

Signed-off-by: Stefan Roese s...@denx.de
Cc: Simon Glass s...@chromium.org
---
  board/amcc/canyonlands/Kconfig | 4 
  1 file changed, 4 insertions(+)


Reviewed-by: Simon Glass s...@chromium.org

Is there another patch which adds this in the top level Kconfig?


No, not yet. At least not to my knowledge. Sorry, I missed adding it 
there. I'm still not used to adding the options correctly to Kconfig.


Thanks,
Stefan



___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot